mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
ae22a7846a
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
14 lines
256 B
Makefile
14 lines
256 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
|
|
PORTNAME= tshark
|
|
|
|
CONFLICTS_INSTALL?= tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
|
|
CPE_PRODUCT= wireshark
|
|
|
|
OPTIONS_EXCLUDE= GUI
|
|
|
|
.include "${MASTERDIR}/Makefile"
|