aboutsummaryrefslogtreecommitdiffstats
path: root/security/aescrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/aescrypt/Makefile')
-rw-r--r--security/aescrypt/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile
new file mode 100644
index 000000000000..fac91c5b7d41
--- /dev/null
+++ b/security/aescrypt/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: aescrypt
+# Date created: 12 December 2000
+# Whom: roam@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= aescrypt
+PORTVERSION= 0.6
+CATEGORIES= security
+MASTER_SITES= http://aescrypt.sourceforge.net/
+MASTER_SITE_SUBDIR=aescrypt
+
+MAINTAINER= roam@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/aescrypt
+ ${INSTALL_DATA} ${WRKSRC}/README.html ${PREFIX}/share/doc/aescrypt
+
+.include <bsd.port.mk>