summaryrefslogtreecommitdiff
path: root/net/tshark
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2002-02-05 00:42:05 +0000
committerBill Fumerola <billf@FreeBSD.org>2002-02-05 00:42:05 +0000
commita60834462be6ab921bd1e067d04ac59127c31cc5 (patch)
tree1211fe7cc8b69f3176cdf0636355499efd5d775c /net/tshark
parentupgrade to 0.45, disable IPv6 until a new patch is generated by KAME. (diff)
ethereal:
add hooks for only building tethereal, which doesn't require X build with SNMP dissection (requires ucd-snmp) by default add tethereal as a slave port to ethereal
Notes
Notes: svn path=/head/; revision=54216
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"