summaryrefslogtreecommitdiff
path: root/security/libdes/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-11-23 13:16:10 +0000
committerrh <rh@pkgsrc.org>2000-11-23 13:16:10 +0000
commitcae86cc092d1721a3b3f14b16c7b88730389f0bb (patch)
tree07f896e774e07ef9f8a22748503da361e8cf71ba /security/libdes/Makefile
parentd55877405f72e5cc6f6262b7f16389ab628ab1f2 (diff)
downloadpkgsrc-cae86cc092d1721a3b3f14b16c7b88730389f0bb.tar.gz
Initial import of libdes-4.04b, a small DES (Data Encryption Standard) lib
and standalone program. Closes PR 10532 by John Refling <refling@comet.lbl.gov>
Diffstat (limited to 'security/libdes/Makefile')
-rw-r--r--security/libdes/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/libdes/Makefile b/security/libdes/Makefile
new file mode 100644
index 00000000000..03150b5eee9
--- /dev/null
+++ b/security/libdes/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/11/23 13:16:10 rh Exp $
+
+DISTNAME= libdes-4.04b
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/
+
+MAINTAINER= refling@comet.lbl.gov
+
+CRYPTO= YES
+
+WRKSRC= ${WRKDIR}/des
+
+MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ INSTALL_DATA="${INSTALL_DATA}"
+
+.include "../../mk/bsd.pkg.mk"