From dd12faabf82d2a231f86c38ffef1f3cb9b617fd3 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 21 Nov 2015 20:31:37 +0000 Subject: sysutils/dar: Add new OPTIONS - Add ZLIB, BZIP2, LZMA and GPGME support in the new version PR: 204715 Submitted by: neil@darlow.co.uk --- sysutils/dar/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'sysutils') 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 -- cgit v1.2.3