aboutsummaryrefslogtreecommitdiff
path: root/net/kio-zeroconf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/kio-zeroconf/Makefile')
-rw-r--r--net/kio-zeroconf/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/kio-zeroconf/Makefile b/net/kio-zeroconf/Makefile
new file mode 100644
index 000000000000..f94b55979365
--- /dev/null
+++ b/net/kio-zeroconf/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= kio-zeroconf
+DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+CATEGORIES= net kde kde-applications
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KDE Network monitor for DNS-SD services (Zeroconf)
+
+USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
+USE_KDE= config coreaddons dbusaddons dnssd i18n kio service \
+ ecm:build
+USE_QT= concurrent core dbus network \
+ buildtools:build qmake:build
+USE_XORG= x11
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.mk>