diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 06b539a51c8c..4bcdcc8db166 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,55 +1,59 @@ PORTNAME= libgcrypt DISTVERSION= 1.9.3 CATEGORIES= security MASTER_SITES= GNUPG MAINTAINER= cy@FreeBSD.org COMMENT= General purpose cryptographic library based on the code from GnuPG LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi BUILD_DEPENDS= libgpg-error>=1.32:security/libgpg-error RUN_DEPENDS= libgpg-error>=1.32:security/libgpg-error USES= cpe libtool makeinfo tar:bzip2 CPE_VENDOR= gnupg USE_CSTD= gnu89 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-drng-support --enable-static=yes +CONFIGURE_ARGS= --disable-drng-support CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} USE_LDCONFIG= yes TEST_TARGET= check DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS THANKS TODO \ doc/HACKING doc/README.apichanges INFO= gcrypt PORTDOCS= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS STATIC +OPTIONS_DEFAULT= DOCS STATIC +OPTIONS_SUB= yes + +STATIC_CONFIGURE_ENABLE= static .include .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-asm .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv7" CONFIGURE_ARGS+= --disable-jent-support .endif post-patch: @${RM} ${WRKSRC}/doc/gcrypt.info* @${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist index b09d7fdf9bf5..00796bc75bb1 100644 --- a/security/libgcrypt/pkg-plist +++ b/security/libgcrypt/pkg-plist @@ -1,12 +1,12 @@ bin/mpicalc bin/dumpsexp bin/hmac256 bin/libgcrypt-config include/gcrypt.h -lib/libgcrypt.a +%%STATIC%%lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 lib/libgcrypt.so.20.3.3 libdata/pkgconfig/libgcrypt.pc man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4