bbb780ac9a
5.67 Abort machine run once a timeout signal has been seen Support ** exponentiation operator from ECMAScript 2016 Added shouldExcept() function that works based on a function 5.68 Expose the evaluation timeout management functions in public API 5.70 Implement UString operator= to make gcc happy Silence compiler warning about copy of non-trivial data
18 lines
497 B
Makefile
18 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.28 2020/06/07 12:22:05 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/kde/kf5.mk"
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/${KF5VER:R}/portingAids/}
|
|
|
|
BUILD_DEPENDS+= kdoctools>=${KF5VER}:../../devel/kdoctools
|
|
|
|
USE_TOOLS+= perl pkg-config
|
|
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|