summaryrefslogtreecommitdiff
path: root/security/pktsuckers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pktsuckers/Makefile')
-rw-r--r--security/pktsuckers/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/pktsuckers/Makefile b/security/pktsuckers/Makefile
new file mode 100644
index 000000000000..aca20bea386b
--- /dev/null
+++ b/security/pktsuckers/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: pktsuckers
+# Version required: 1.2
+# Date created: 31 May 1999
+# Whom: Warren Toomey <wkt@cs.adfa.edu.au>
+#
+# $Id$
+#
+
+DISTNAME= pktsuckers1_2
+PKGNAME= pktsuckers-1.2
+CATEGORIES= security net
+MASTER_SITES= ftp://minnie.cs.adfa.edu.au/pub/NetSecurity/
+
+MAINTAINER= wkt@cs.adfa.edu.au
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tcpsuck ${PREFIX}/libexec
+ ${INSTALL_PROGRAM} ${WRKSRC}/udpsuck ${PREFIX}/libexec
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>