the GTK+ features have been ported to Qt yet. PR: 196728 Submitted by: olevole@olevole.ru
11 lines
253 B
Makefile
11 lines
253 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
COMMENT= Powerful network analyzer/capture tool (QT package)
|
|
|
|
CONFLICTS= wireshark-[0-9]*
|
|
|
|
OPTIONS_EXCLUDE= GTK3
|
|
OPTIONS_DEFAULT= SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11 QT5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|