net/Makefile: Remove tshark, tshark-lite, and wireshark-lite

The tshark port is now the nox11 flavor of net/wireshark.
This commit is contained in:
Joe Marcus Clarke 2023-03-03 14:23:24 -05:00
parent c362cdf990
commit 6a935845e1
4 changed files with 0 additions and 30 deletions

View file

@ -1529,8 +1529,6 @@
SUBDIR += trickle
SUBDIR += tsclient
SUBDIR += tsctp
SUBDIR += tshark
SUBDIR += tshark-lite
SUBDIR += tsocks
SUBDIR += tunneller
SUBDIR += turnserver
@ -1585,7 +1583,6 @@
SUBDIR += wireguard-tools
SUBDIR += wireproxy
SUBDIR += wireshark
SUBDIR += wireshark-lite
SUBDIR += wlan2eth
SUBDIR += wlvncc
SUBDIR += wmnd

View file

@ -1,8 +0,0 @@
LITE= yes
CONFLICTS_INSTALL?= tshark wireshark wireshark-lite
MASTERDIR= ${.CURDIR}/../tshark
COMMENT= Powerful network analyzer/capture tool (lite package)
.include "${MASTERDIR}/Makefile"

View file

@ -1,11 +0,0 @@
PORTNAME= tshark
CONFLICTS_INSTALL?= tshark-lite wireshark-lite wireshark
MASTERDIR= ${.CURDIR}/../wireshark
CPE_PRODUCT= wireshark
OPTIONS_EXCLUDE= GUI
.include "${MASTERDIR}/Makefile"

View file

@ -1,8 +0,0 @@
LITE= yes
CONFLICTS_INSTALL?= wireshark tshark tshark-lite
MASTERDIR= ${.CURDIR}/../wireshark
COMMENT= Powerful network analyzer/capture tool (lite package)
.include "${MASTERDIR}/Makefile"