mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
13 lines
198 B
Makefile
13 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"
|