summaryrefslogtreecommitdiff
path: root/security/apg/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-03-05 23:21:03 +0000
committerhubertf <hubertf>2001-03-05 23:21:03 +0000
commitda42f1d094e268d8bab29e2bf9be6dc0905593ca (patch)
treea1f4a848f4c47d6002f5ea85e1b7cd48e6b4e649 /security/apg/Makefile
parent63952462cde36ecd449a1f3e4ec9b13d8eefb239 (diff)
downloadpkgsrc-da42f1d094e268d8bab29e2bf9be6dc0905593ca.tar.gz
Add apg-1.2.12: Tool set for random password generation
An automated password generator, using several strong algorithms for random and/or pronounceable password generation, and a built-in pseudo-random number generator. Package contributed by Tomasz Luchowski <zuntum@eik.pl> in PR 12010
Diffstat (limited to 'security/apg/Makefile')
-rw-r--r--security/apg/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile
new file mode 100644
index 00000000000..c30ebb568cf
--- /dev/null
+++ b/security/apg/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/05 23:21:03 hubertf Exp $
+#
+
+DISTNAME= apg-1.2.12
+CATEGORIES= security
+MASTER_SITES= http://www.adel.nursat.kz/apg/download/
+
+MAINTAINER= zuntum@eik.pl
+HOMEPAGE= http://www.adel.nursat.kz/apg/
+COMMENT= Tool set for random password generation
+
+MAKE_ENV+= "CC=${CC}" \
+ "FLAGS=${CFLAGS}" \
+ "INSTALL_PREFIX=${PREFIX}"
+
+post-patch:
+ ${SED} "s|/usr/bin/perl|${LOCALBASE}/bin/perl|g" \
+ ${WRKSRC}/perl/apgcli.pl > ${WRKDIR}/apgcli.pl
+
+post-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/apgcli.pl ${PREFIX}/bin/apgcli
+
+.include "../../mk/bsd.pkg.mk"