pkgsrc/lang/nodejs8/Makefile
2020-06-02 08:22:31 +00:00

18 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.31 2020/06/02 08:22:46 adam Exp $
DISTNAME= node-v8.17.0
PKGREVISION= 3
USE_LANGUAGES= c c++
.include "options.mk"
CONFIGURE_ARGS+= --shared-http-parser
CONFIGURE_ARGS+= --with-intl=system-icu
CHECK_PORTABILITY_SKIP+= tools/macos-installer/*
.include "../../lang/nodejs/Makefile.common"
.include "../../textproc/icu/buildlink3.mk"
.include "../../www/http-parser/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"