diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2002-02-05 00:42:05 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2002-02-05 00:42:05 +0000 |
commit | a60834462be6ab921bd1e067d04ac59127c31cc5 (patch) | |
tree | 1211fe7cc8b69f3176cdf0636355499efd5d775c /net/tshark | |
parent | 308066d4fa0b14e25f3e3bd0057adca2ab1467f8 (diff) | |
download | ports-a60834462be6ab921bd1e067d04ac59127c31cc5.tar.gz ports-a60834462be6ab921bd1e067d04ac59127c31cc5.zip |
Notes
Diffstat (limited to 'net/tshark')
-rw-r--r-- | net/tshark/Makefile | 18 |
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" |