12 lines
198 B
Makefile
12 lines
198 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tshark
|
|
PORTREVISION= 0
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
|
|
WITHOUT_X11= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|