summaryrefslogtreecommitdiff
path: root/security/pam-dbm/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-09-05 10:01:19 +0000
committergrant <grant>2004-09-05 10:01:19 +0000
commitdcccfaf35581427ceab3ba484c4383414c013af7 (patch)
tree3052c7481c8ad04c073fd90c6e4b4adfc15cd204 /security/pam-dbm/Makefile
parent18f7ded2df69ac9bf4cac5bd05e9b501098bb16d (diff)
downloadpkgsrc-dcccfaf35581427ceab3ba484c4383414c013af7.tar.gz
Initial import of pam-dbm-0.2 into the NetBSD packages collection.
pam_dbm is a PAM module for DBM authentication.
Diffstat (limited to 'security/pam-dbm/Makefile')
-rw-r--r--security/pam-dbm/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/pam-dbm/Makefile b/security/pam-dbm/Makefile
new file mode 100644
index 00000000000..df24152906f
--- /dev/null
+++ b/security/pam-dbm/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/05 10:01:19 grant Exp $
+#
+
+DISTNAME= pam_dbm-0.2
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_dbm/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www-dev.cites.uiuc.edu/pam_dbm/
+COMMENT= PAM module for DBM authentication
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+BDB_ACCEPTED= native
+
+LIBS+= ${BUILDLINK_LIBS.bdb}
+
+.include "../../security/PAM/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"