summaryrefslogtreecommitdiff
path: root/editors/kate-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/kate-kde4/Makefile')
-rw-r--r--editors/kate-kde4/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/kate-kde4/Makefile b/editors/kate-kde4/Makefile
new file mode 100644
index 000000000000..d481bd102f05
--- /dev/null
+++ b/editors/kate-kde4/Makefile
@@ -0,0 +1,24 @@
+# Created by: fluffy@
+# $FreeBSD$
+
+PORTNAME= kate
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 4
+CATEGORIES= editors kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Basic editor framework for the KDE system
+
+LIB_DEPENDS= libqjson.so:devel/qjson
+
+USES= cmake:outsource gettext kde:4 perl5 tar:xz
+USE_KDE= kdelibs automoc4 kactivities
+USE_PERL5= build
+USE_QT4= dbus gui script sql webkit xml \
+ moc_build qmake_build rcc_build uic_build
+USE_LDCONFIG= yes
+
+# editors/kate-kde4-plugin-pate installs pate
+CMAKE_ARGS+= -DBUILD_pate=off
+
+.include <bsd.port.mk>