summaryrefslogtreecommitdiff
path: root/security/libmcrypt/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-11-10 11:33:59 +0000
committeritojun <itojun@pkgsrc.org>2000-11-10 11:33:59 +0000
commit0419f28afd341b311ce20565369413b7fd89faf7 (patch)
tree1d4184825181f7b25c75f3e0b8a929a847b3afbb /security/libmcrypt/Makefile
parentac1d741d3dcd28de4c9a2cf3c4901eb715401b2a (diff)
downloadpkgsrc-0419f28afd341b311ce20565369413b7fd89faf7.tar.gz
libmcrypt, an LGPL library with encryption algorithms
Diffstat (limited to 'security/libmcrypt/Makefile')
-rw-r--r--security/libmcrypt/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
new file mode 100644
index 00000000000..bf78b58d359
--- /dev/null
+++ b/security/libmcrypt/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/11/10 11:33:59 itojun Exp $
+
+DISTNAME= libmcrypt-2.4.7
+CATEGORIES= security devel
+MASTER_SITES= http://mcrypt.hellug.gr/lib/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mcrypt.hellug.gr/
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"