diff options
Diffstat (limited to 'net/tethereal/Makefile')
-rw-r--r-- | net/tethereal/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/tethereal/Makefile b/net/tethereal/Makefile new file mode 100644 index 000000000000..64e7f0216b31 --- /dev/null +++ b/net/tethereal/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" |