d244b789b7
Release overview ================ Main changes in this release (see RELEASES.rst for full details): * Various fixes and portability improvements. Upgrading from Duktape 2.5 ========================== No action (other than recompiling) should be needed for most users to upgrade from Duktape v2.5.x.
20 lines
442 B
Makefile
20 lines
442 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/11/26 15:31:31 nia Exp $
|
|
|
|
DISTNAME= duktape-2.6.0
|
|
PKGNAME= lib${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://duktape.org/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://duktape.org/
|
|
COMMENT= Embeddable Javascript engine library
|
|
LICENSE= mit
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USE_LIBTOOL= yes
|
|
|
|
do-configure:
|
|
cp ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|