summaryrefslogtreecommitdiff
path: root/net/zeroconf-ioslave-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/zeroconf-ioslave-kde4/Makefile')
-rw-r--r--net/zeroconf-ioslave-kde4/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/zeroconf-ioslave-kde4/Makefile b/net/zeroconf-ioslave-kde4/Makefile
new file mode 100644
index 000000000000..c8fa5320d9b6
--- /dev/null
+++ b/net/zeroconf-ioslave-kde4/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= zeroconf-ioslave
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 3
+CATEGORIES= net kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KDE Network monitor for DNS-SD services (Zeroconf)
+
+USES= cmake:outsource kde:4 tar:xz
+USE_KDE= kdelibs automoc4
+USE_QT4= moc_build qmake_build rcc_build uic_build
+
+.include <bsd.port.mk>