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