diff options
Diffstat (limited to 'security/pkcs11-helper/Makefile')
-rw-r--r-- | security/pkcs11-helper/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index fbe75cd8a9d..305a73719a6 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/11/21 23:32:35 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2012/11/22 00:31:04 gdt Exp $ -DISTNAME= pkcs11-helper-1.08 -PKGREVISION= 1 +DISTNAME= pkcs11-helper-1.10 CATEGORIES= security -MASTER_SITES= http://www.opensc-project.org/files/pkcs11-helper/ +MASTER_SITES= https://github.com/downloads/alonbl/pkcs11-helper/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gdt@ir.bbn.com @@ -11,10 +10,16 @@ HOMEPAGE= http://www.opensc-project.org/opensc/wiki/pkcs11-helper COMMENT= Library that simplifies the interaction with PKCS\#11 LICENSE= modified-bsd OR gnu-gpl-v2 +FETCH_USING= curl +# Not documented, but relatively clear from warnings. +USE_LANGUAGES= c99 USE_LIBTOOL= yes USE_TOOLS+= autoconf autoreconf gmake pkg-config GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-strict +CONFIGURE_ARGS+= --enable-pedantic + PKGCONFIG_OVERRIDE+= lib/libpkcs11-helper-1.pc.in pre-configure: |