diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index 5960017c22fd..d2953236cc7e 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,48 +1,50 @@ PORTNAME= pkcs11-helper PORTVERSION= 1.29.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security devel MASTER_SITES= https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${PORTVERSION}/ PATCH_SITES= https://github.com/OpenSC/pkcs11-helper/commit/ PATCHFILES= 98b16208d5c7d27e1f15835f3d4961349f425351.diff:-p1 MAINTAINER= ale@FreeBSD.org COMMENT= Helper library for multiple PKCS\#11 providers WWW= https://github.com/OpenSC/pkcs11-helper LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.BSD LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL GNU_CONFIGURE= yes USES= libtool:keepla pathfix pkgconfig tar:bzip2 ssl USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" CONFIGURE_ARGS= --disable-crypto-engine-gnutls \ --disable-crypto-engine-nss \ --disable-crypto-engine-polarssl \ --disable-crypto-engine-mbedtls \ --disable-crypto-engine-cryptoapi +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS DOXYGEN DOXYGEN_CONFIGURE_ENABLE= doc DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_USES= gmake DOXYGEN_IMPLIES= DOCS PORTDOCS= * post-patch: @${REINPLACE_CMD} 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/configure .include diff --git a/security/pkcs11-helper/pkg-plist b/security/pkcs11-helper/pkg-plist index 1b1f063343a8..9e7bbba361a4 100644 --- a/security/pkcs11-helper/pkg-plist +++ b/security/pkcs11-helper/pkg-plist @@ -1,17 +1,17 @@ include/pkcs11-helper-1.0/pkcs11.h include/pkcs11-helper-1.0/pkcs11h-certificate.h include/pkcs11-helper-1.0/pkcs11h-core.h include/pkcs11-helper-1.0/pkcs11h-data.h include/pkcs11-helper-1.0/pkcs11h-def.h include/pkcs11-helper-1.0/pkcs11h-engines.h include/pkcs11-helper-1.0/pkcs11h-openssl.h include/pkcs11-helper-1.0/pkcs11h-token.h include/pkcs11-helper-1.0/pkcs11h-version.h lib/libpkcs11-helper.a lib/libpkcs11-helper.la lib/libpkcs11-helper.so lib/libpkcs11-helper.so.1 lib/libpkcs11-helper.so.1.0.0 libdata/pkgconfig/libpkcs11-helper-1.pc share/aclocal/pkcs11-helper-1.m4 -man/man8/pkcs11-helper-1.8.gz +share/man/man8/pkcs11-helper-1.8.gz