mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
13 lines
211 B
Makefile
13 lines
211 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tshark
|
|
PORTREVISION= 1
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
|
|
OPTIONS_EXCLUDE= X11 GTK3 QT5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|