mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
14 lines
260 B
Makefile
14 lines
260 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tshark
|
|
CATEGORIES= net
|
|
|
|
CONFLICTS_INSTALL?= tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
|
|
OPTIONS_EXCLUDE= GUI
|
|
|
|
.include "${MASTERDIR}/Makefile"
|