45924ce66f
========================= Duktape 2.7 release notes ========================= Release overview ================ Main changes in this release (see RELEASES.rst for full details): * Various fixes and portability improvements. Upgrading from Duktape 2.6 ========================== No action (other than recompiling) should be needed for most users to upgrade from Duktape v2.6.x.
21 lines
510 B
Makefile
21 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.7 2022/02/25 20:51:27 fcambus Exp $
|
|
|
|
DISTNAME= duktape-2.7.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://duktape.org/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://duktape.org/
|
|
COMMENT= Embeddable Javascript engine
|
|
LICENSE= mit
|
|
|
|
MAKE_FILE= Makefile.cmdline
|
|
BUILD_TARGET= duk
|
|
|
|
do-install:
|
|
mkdir -p ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/duk ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../lang/libduktape/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|