summaryrefslogtreecommitdiff
path: root/security/pkcs11-helper/Makefile
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2009-09-15 20:03:47 +0000
committerspz <spz@pkgsrc.org>2009-09-15 20:03:47 +0000
commitbc674bdb1dd0bb2ba3f2f0f9caf4fdc5394e91fa (patch)
tree8c9f254ee09469867eb9e6e4f25ad471bfae23f1 /security/pkcs11-helper/Makefile
parent0bab02efa098ace986930be301d3914207e0f594 (diff)
downloadpkgsrc-bc674bdb1dd0bb2ba3f2f0f9caf4fdc5394e91fa.tar.gz
take wip/pkcs11-helper as generated by Daniel 'morr' Horecki <shinden@@linux.pl>
add options, DESTDIR, LICENSE and other small updates to pkgsrc-current
Diffstat (limited to 'security/pkcs11-helper/Makefile')
-rw-r--r--security/pkcs11-helper/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile
new file mode 100644
index 00000000000..ef0c36c9c41
--- /dev/null
+++ b/security/pkcs11-helper/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2009/09/15 20:03:47 spz Exp $
+#
+
+DISTNAME= pkcs11-helper-1.06
+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/
+COMMENT= Library that simplifies the interaction with PKCS#11
+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
+
+PKGCONFIG_OVERRIDE+= lib/libpkcs11-helper-1.pc.in
+
+pre-configure:
+ cd ${WRKSRC} && autoreconf
+
+.include "options.mk"
+.include "../../mk/bsd.pkg.mk"