summaryrefslogtreecommitdiff
path: root/security/beecrypt/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-04 04:37:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-04 04:37:05 +0000
commita460ae7d4e6d7c6dbbc9bdf6a4e2296797e44f62 (patch)
tree6954b2161e8a6bb303d40a6921d309d9ffaa4565 /security/beecrypt/Makefile
parentChange maintainer, add WWW. (diff)
add beecrypt, an open source cryptography library
Notes
Notes: svn path=/head/; revision=39024
Diffstat (limited to 'security/beecrypt/Makefile')
-rw-r--r--security/beecrypt/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile
new file mode 100644
index 000000000000..ab72cdbf6b6f
--- /dev/null
+++ b/security/beecrypt/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# New ports collection makefile for: beecrypt
+# Date created: Mar 4, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= beecrypt
+PORTVERSION= 2.0.0
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://www.virtualunlimited.com/download/
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ijliao@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>