summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-11-21 20:31:37 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-11-21 20:31:37 +0000
commitdd12faabf82d2a231f86c38ffef1f3cb9b617fd3 (patch)
treebd9e78de68e03c05a4c3ba4d09a1ee08afcee53b /sysutils
parentUpdate to 2.2.1. (diff)
sysutils/dar: Add new OPTIONS
- Add ZLIB, BZIP2, LZMA and GPGME support in the new version PR: 204715 Submitted by: neil@darlow.co.uk
Notes
Notes: svn path=/head/; revision=402199
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dar/Makefile10
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