See https://www.wireshark.org/docs/relnotes/wireshark-3.0.4.html for changes in this release.
14 lines
265 B
Makefile
14 lines
265 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tshark
|
|
CATEGORIES= net ipv6
|
|
|
|
CONFLICTS_INSTALL?= tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
|
|
OPTIONS_EXCLUDE= GUI
|
|
|
|
.include "${MASTERDIR}/Makefile"
|