Makefile 835 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # $OpenBSD: Makefile,v 1.1.1.1 2017/01/13 17:26:41 landry Exp $
  2. # Uses GCC nested functions
  3. #NOT_FOR_ARCHS= ${CLANG_ARCHS}
  4. COMMENT= Debian package repository producer
  5. V= 5.1.1
  6. PKGNAME= reprepro-${V}
  7. DISTNAME= reprepro_${V}.orig
  8. WRKDIST= ${WRKDIR}/reprepro-${V}
  9. CATEGORIES= misc databases sysutils
  10. MASTER_SITES= ${MASTER_SITE_DEBIAN:=main/r/reprepro/}
  11. HOMEPAGE= https://mirrorer.alioth.debian.org/
  12. MAINTAINER= Donovan Watteau <tsoomi@gmail.com>
  13. # GPLv2+
  14. PERMIT_PACKAGE_CDROM= Yes
  15. WANTLIB= archive bz2 c gpg-error gpgme lib/db4/db>=4 lzma z
  16. LIB_DEPENDS= archivers/bzip2 \
  17. archivers/libarchive \
  18. archivers/xz \
  19. databases/db/v4 \
  20. security/gpgme
  21. CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/db4" \
  22. LDFLAGS="-L${LOCALBASE}/lib"
  23. SEPARATE_BUILD= Yes
  24. CONFIGURE_STYLE=gnu
  25. .include <bsd.port.mk>