ports/net/wireshark-lite/Makefile
Joe Marcus Clarke 2da603d972 Unconditionally install dumpcap.
This is required to actually be able to capture packets with tshark.

PR:		239601
2019-08-02 23:19:07 +00:00

13 lines
288 B
Makefile

# Created by: Bill Fumerola <billf@mu.org>
# $FreeBSD$
PORTREVISION= 1
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"