diff options
author | billf <billf@FreeBSD.org> | 2002-02-05 08:42:05 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2002-02-05 08:42:05 +0800 |
commit | 36fc28c6d5db1d78f90b397c73ce2c968583f66b (patch) | |
tree | 55bc354bc3cf81bab5cc1538a650959f2b6fa79b /net/tshark | |
parent | afb50cf6a1a9a4d0ea13d5ebddcdf11918c11efe (diff) | |
download | freebsd-ports-gnome-36fc28c6d5db1d78f90b397c73ce2c968583f66b.tar.gz freebsd-ports-gnome-36fc28c6d5db1d78f90b397c73ce2c968583f66b.tar.zst freebsd-ports-gnome-36fc28c6d5db1d78f90b397c73ce2c968583f66b.zip |
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
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" |