mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
20 lines
452 B
Makefile
20 lines
452 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$
|
|
#
|
|
|
|
PORTNAME= tshark
|
|
PORTREVISION= 0
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
|
|
WITHOUT_X11= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|