freebsd-ports/net/tshark/Makefile
Bill Fumerola a60834462b 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
2002-02-05 00:42:05 +00:00

19 lines
435 B
Makefile

# 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"