freebsd-ports/net/wireshark-qt5/Makefile
Joe Marcus Clarke 05366ca4c1 - Drop gettext / iconv dependencies - they are not used here.
- Drop obsolete THREADS / PCRE / X11 options.
- Convert to OPTIONS helpers.
- Allow to choose between various Kerberos implementations.
- Add Lua 5.2 into supported versions list.
- Restore GTK2 option.
- Improve some descriptions.
- Use 'install_desktop_files' target for installing *.deskop, *.xml and icon files.
- When c-ares is selected, adns will not be used - convert them into OPTIONS_SINGLE.
- RTP support is compiled into GTK+ GUI - disable it in other cases.
- Bump PORTREVISION.

PR:		204411
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-11-16 17:19:50 +00:00

11 lines
251 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../wireshark
COMMENT= Powerful network analyzer/capture tool (QT package)
CONFLICTS= wireshark-[0-9]*
OPTIONS_EXCLUDE= GTK2 GTK3
OPTIONS_DEFAULT= SNMP ADNS IPV6 GEOIP KRB_BASE QT5
.include "${MASTERDIR}/Makefile"