freebsd-ports/net/wireshark-qt5/Makefile
Joe Marcus Clarke 96f2762ee5 Add support for building wireshark with Qt 5 GUI support. Note: not all of
the GTK+ features have been ported to Qt yet.

PR:		196728
Submitted by:	olevole@olevole.ru
2015-02-04 16:37:21 +00:00

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"