aboutsummaryrefslogtreecommitdiff
path: root/textproc/kf5-syntax-highlighting/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/kf5-syntax-highlighting/Makefile')
-rw-r--r--textproc/kf5-syntax-highlighting/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/kf5-syntax-highlighting/Makefile b/textproc/kf5-syntax-highlighting/Makefile
new file mode 100644
index 000000000000..e8c1267aeb61
--- /dev/null
+++ b/textproc/kf5-syntax-highlighting/Makefile
@@ -0,0 +1,15 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= syntax-highlighting
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= textproc kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 syntax highlighting engine for structured text and code
+
+USES= cmake:outsource compiler:c++11-lib kde:5 perl5 tar:xz
+USE_KDE= ecm
+USE_QT5= buildtools_build core gui network testlib qmake_build
+
+.include <bsd.port.mk>