diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-02-04 16:37:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-02-04 16:37:21 +0000 |
commit | 96f2762ee53b190e54dcea3fee3030e675c35920 (patch) | |
tree | 4f86282e4145363fa3ce7b4fe021903d00851254 /net/wireshark-qt5 | |
parent | 8bb5d3240e893261f092045f86ef8039c8a11ff3 (diff) | |
download | ports-96f2762ee53b190e54dcea3fee3030e675c35920.tar.gz ports-96f2762ee53b190e54dcea3fee3030e675c35920.zip |
Notes
Diffstat (limited to 'net/wireshark-qt5')
-rw-r--r-- | net/wireshark-qt5/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/wireshark-qt5/Makefile b/net/wireshark-qt5/Makefile new file mode 100644 index 000000000000..873d501a7cd9 --- /dev/null +++ b/net/wireshark-qt5/Makefile @@ -0,0 +1,11 @@ +# $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" |