From a60834462be6ab921bd1e067d04ac59127c31cc5 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Tue, 5 Feb 2002 00:42:05 +0000 Subject: 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 --- net/tshark/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net/tshark/Makefile (limited to 'net/tshark') 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 +# A slave of ports collection makefile for: ethereal +# Date created: 10 August 1998 +# Whom: Bill Fumerola +# +# $FreeBSD$ +# + +PKGNAMEPREFIX= t +CATEGORIES= net ipv6 + +MASTERDIR= ${.CURDIR}/../ethereal + +WITHOUT_X11= yes + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3