summaryrefslogtreecommitdiff
path: root/www/kjs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/kjs/Makefile')
-rw-r--r--www/kjs/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/kjs/Makefile b/www/kjs/Makefile
new file mode 100644
index 00000000000..a93939ff52e
--- /dev/null
+++ b/www/kjs/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/08/21 22:27:17 markd Exp $
+
+DISTNAME= kjs-${KF5VER}
+CATEGORIES= www
+
+HOMEPAGE= https://community.kde.org/Frameworks
+COMMENT= Support for JS scripting in applications
+LICENSE= gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kf5/Makefile.common"
+MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.25/portingAids/}
+
+BUILD_DEPENDS+= kdoctools>=${KF5VER}:../../devel/kdoctools
+
+USE_TOOLS+= perl pkg-config
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"