summaryrefslogtreecommitdiff
path: root/sysutils/baloo-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/baloo-kde4/Makefile')
-rw-r--r--sysutils/baloo-kde4/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/baloo-kde4/Makefile b/sysutils/baloo-kde4/Makefile
new file mode 100644
index 000000000000..c2bd34447749
--- /dev/null
+++ b/sysutils/baloo-kde4/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= baloo
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 7
+CATEGORIES= sysutils kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KDE framework for searching and managing user metadata
+
+CONFLICTS_INSTALL= kde-runtime-4.12.* \
+ kf5-baloo-5.*
+
+LIB_DEPENDS= libxapian.so:databases/xapian-core \
+ libqjson.so:devel/qjson
+
+USES= cmake:outsource kde:4 tar:xz
+USE_KDE= akonadi automoc4 kdelibs kfilemetadata \
+ pimlibs
+USE_QT4= corelib qmake_build moc_build rcc_build uic_build
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>