summaryrefslogtreecommitdiff
path: root/www/kjs/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2016-08-21 22:27:17 +0000
committermarkd <markd@pkgsrc.org>2016-08-21 22:27:17 +0000
commitd5f2ce565eec4626d7aafa7efb0f1e54df0a2eef (patch)
treefca3f898655d1852ffd846a49eeae436e860fdab /www/kjs/Makefile
parent785484dea1384b0b02a87e247e53be748280e8fe (diff)
downloadpkgsrc-d5f2ce565eec4626d7aafa7efb0f1e54df0a2eef.tar.gz
Add kjs 5.25.0
KDE Framework 5 porting aid This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript.
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"