aboutsummaryrefslogtreecommitdiff
path: root/net/tcpslice/Makefile
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>2002-04-15 17:27:05 +0000
committerScott Mace <smace@FreeBSD.org>2002-04-15 17:27:05 +0000
commit06ad01b02cf801d5ef6f180f5d19056c200f869e (patch)
treea80c7de34eaca4d6fbcbc79b92473e6b9b754574 /net/tcpslice/Makefile
parent3a28fb39529c75ffb9691b97e7d7f6398ec2375d (diff)
Notes
Diffstat (limited to 'net/tcpslice/Makefile')
-rw-r--r--net/tcpslice/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile
new file mode 100644
index 000000000000..7229857d703d
--- /dev/null
+++ b/net/tcpslice/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: tcpslice
+# Date created: 15 April 2002
+# Whom: smace@freebsd.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= tcpslice
+PORTVERSION= 1.2a1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ee.lbl.gov/
+
+MAINTAINER= smace@freebsd.org
+
+MAN1= tcpslice.1
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>