See https://www.wireshark.org/docs/relnotes/wireshark-3.0.4.html for changes in this release.
11 lines
271 B
Makefile
11 lines
271 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
LITE= yes
|
|
|
|
CONFLICTS_INSTALL?= tshark-[0-9]* wireshark-[0-9]* wireshark-lite-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../tshark
|
|
COMMENT= Powerful network analyzer/capture tool (lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|