summaryrefslogtreecommitdiffstats
path: root/security/donkey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/donkey/Makefile')
-rw-r--r--security/donkey/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/donkey/Makefile b/security/donkey/Makefile
new file mode 100644
index 0000000..92d748d
--- /dev/null
+++ b/security/donkey/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: donkey
+# Version required: 0.5
+# Date created: 17 Sep 1996
+# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
+#
+# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $
+#
+
+DISTNAME= donkey-0.5
+CATEGORIES+= security
+MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/Security/tool/donkey/
+
+MAINTAINER= max@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/obj/FreeBSD
+PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_STRIP}
+
+pre-configure:
+ @(cd ${WRKDIR}/${DISTNAME}; ./setup FreeBSD)
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud