mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
13eae92b0b
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.4.html for changes in this release.
12 lines
271 B
Makefile
12 lines
271 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
LITE= yes
|
|
|
|
CONFLICTS_INSTALL?= wireshark-[0-9]* tshark-[0-9]* tshark-lite-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
COMMENT= Powerful network analyzer/capture tool (lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|