summaryrefslogtreecommitdiff
path: root/security/pam-p11/Makefile
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2010-07-14 07:13:59 +0000
committermanu <manu@pkgsrc.org>2010-07-14 07:13:59 +0000
commit9331941e2d2039e215fd93c2a17708fbc7575f7a (patch)
tree3f5948bfe9cbe3a9f5070bc436c20ac58570259b /security/pam-p11/Makefile
parenteb1d0e16aa4d0b0a976fa2c6a72e9804f7561129 (diff)
downloadpkgsrc-9331941e2d2039e215fd93c2a17708fbc7575f7a.tar.gz
Raise pam-p11 from the deads
Diffstat (limited to 'security/pam-p11/Makefile')
-rw-r--r--security/pam-p11/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/pam-p11/Makefile b/security/pam-p11/Makefile
new file mode 100644
index 00000000000..405e7183e0d
--- /dev/null
+++ b/security/pam-p11/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.3 2010/07/14 07:13:59 manu Exp $
+#
+
+DISTNAME= pam_p11-0.1.5
+CATEGORIES= security
+MASTER_SITES= http://www.opensc-project.org/files/pam_p11/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.opensc-project.org/files/pam_p11/
+COMMENT= Smart card PAM module
+LICENSE= gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake pkg-config
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../security/libp11/buildlink3.mk"
+.include "../../mk/pam.buildlink3.mk"
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../mk/bsd.pkg.mk"