diff options
Diffstat (limited to 'security/pkcs11-helper/Makefile')
-rw-r--r-- | security/pkcs11-helper/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index f4fc9831614..b3129d7e340 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,22 +1,20 @@ -# $NetBSD: Makefile,v 1.3 2011/04/22 14:40:45 obache Exp $ -# +# $NetBSD: Makefile,v 1.4 2011/04/28 07:20:46 adam Exp $ -DISTNAME= pkcs11-helper-1.06 -PKGREVISION= 1 +DISTNAME= pkcs11-helper-1.08 CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/pkcs11-helper/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.opensc-project.org/pkcs11-helper/ +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 +LICENSE= modified-bsd OR gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config autoconf gmake autoreconf +USE_LIBTOOL= yes +USE_TOOLS+= autoconf autoreconf gmake pkg-config +GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= lib/libpkcs11-helper-1.pc.in |