aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/isic/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-03-11 23:04:12 +0800
committerjedgar <jedgar@FreeBSD.org>2000-03-11 23:04:12 +0800
commit9367a47751f5263691373d7a1017ab5d2620c279 (patch)
tree544ccc31517811a1bcd17e615f4cb05dac8d05c1 /net-mgmt/isic/Makefile
parentbcf74e3e0505251d32df0e0c5a91b7453fa98c51 (diff)
downloadfreebsd-ports-gnome-9367a47751f5263691373d7a1017ab5d2620c279.tar.gz
freebsd-ports-gnome-9367a47751f5263691373d7a1017ab5d2620c279.tar.zst
freebsd-ports-gnome-9367a47751f5263691373d7a1017ab5d2620c279.zip
IP Stack Integrity Checker
Its purpose is to test the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.) It does this be generating random packets of the desired protocol. PR: 16976 Submitted by: Brad Hendrickse <bradh@uunet.co.za>
Diffstat (limited to 'net-mgmt/isic/Makefile')
-rw-r--r--net-mgmt/isic/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-mgmt/isic/Makefile b/net-mgmt/isic/Makefile
new file mode 100644
index 000000000000..25eab79242ca
--- /dev/null
+++ b/net-mgmt/isic/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: isic
+# Version required: 0.05
+# Date created: 25 February 2000
+# Whom: Brad Hendrickse <bradh@uunet.co.za>
+#
+# $FreeBSD$
+#
+
+DISTNAME= isic-0.05
+CATEGORIES= net
+MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= bradh@uunet.co.za
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>