diff options
author | bofh <bofh@FreeBSD.org> | 2015-11-22 04:31:37 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-11-22 04:31:37 +0800 |
commit | a06e9360dbe068ae210333780489abe721094ef6 (patch) | |
tree | bd9e78de68e03c05a4c3ba4d09a1ee08afcee53b /sysutils | |
parent | 04f08a3e9cf34570001e6fc016763727ab6b2893 (diff) | |
download | freebsd-ports-gnome-a06e9360dbe068ae210333780489abe721094ef6.tar.gz freebsd-ports-gnome-a06e9360dbe068ae210333780489abe721094ef6.tar.zst freebsd-ports-gnome-a06e9360dbe068ae210333780489abe721094ef6.zip |
sysutils/dar: Add new OPTIONS
- Add ZLIB, BZIP2, LZMA and GPGME support in the new version
PR: 204715
Submitted by: neil@darlow.co.uk
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dar/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index e253bd95e3ed..3d46359b6273 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -3,6 +3,7 @@ PORTNAME= dar PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= sysutils archivers MASTER_SITES= SF @@ -25,9 +26,16 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS GCRYPT LZO NLS +OPTIONS_DEFINE= GCRYPT GPGME LZO ZLIB BZIP2 LZMA DOCS NLS OPTIONS_SUB= yes +ZLIB_CONFIGURE_OFF= --disable-libz-linking +BZIP2_CONFIGURE_OFF= --disable-libbz2-linking +LZMA_CONFIGURE_OFF= --disable-libxz-linking +GPGME_DESC= gpgme for asymetric crypto algorithms +GPGME_CONFIGURE_OFF= --disable-gpgme-linking +GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +GPGME_IMPLIES= GCRYPT GCRYPT_CONFIGURE_OFF= --disable-libgcrypt-linking GCRYPT_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt LZO_DESC= Support lzo compression via liblzo2 |