blob: 212397aaee1ed440de9272bf9d1389421a0c6c45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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"
|