summaryrefslogtreecommitdiff
path: root/net/tshark
diff options
context:
space:
mode:
Diffstat (limited to 'net/tshark')
-rw-r--r--net/tshark/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/tshark/Makefile b/net/tshark/Makefile
new file mode 100644
index 000000000000..64e7f0216b31
--- /dev/null
+++ b/net/tshark/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: tethereal
+# Date created: 4 February 2002
+# Whom: Bill Fumerola <billf@mu.org>
+# A slave of ports collection makefile for: ethereal
+# Date created: 10 August 1998
+# Whom: Bill Fumerola <billf@chc-chimes.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMEPREFIX= t
+CATEGORIES= net ipv6
+
+MASTERDIR= ${.CURDIR}/../ethereal
+
+WITHOUT_X11= yes
+
+.include "${MASTERDIR}/Makefile"