pkgsrc-wip/chakracore-git/Makefile
Kamil Rytarowski 2e9f935aad Import chakracore-0.0.0nb20160826 as wip/chakracore-git.
ChakraCore is the core part of Chakra, the high-performance JavaScript engine
that powers Microsoft Edge and Windows applications written in HTML/CSS/JS.
ChakraCore supports Just-in-time (JIT) compilation of JavaScript for
x86/x64/ARM, garbage collection, and a wide range of the latest JavaScript
features. ChakraCore also supports the JavaScript Runtime (JSRT) APIs, which
allows you to easily embed ChakraCore in your applications.
2016-08-26 23:04:03 +02:00

24 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/04/25 10:01:54 krytarowski Exp $
GIT_REPOSITORIES= chakracore
GIT_REPO.chakracore= https://github.com/Microsoft/ChakraCore.git
DISTNAME= chakracore
PKGNAME= chakracore-0.0.0
CATEGORIES= lang
MAINTAINER= kamil@NetBSD.org
HOMEPAGE= https://github.com/Microsoft/chakracore
COMMENT= Core part of the Chakra Javascript engine that powers Microsoft Edge
LICENSE= mit
USE_LANGUAGES= c c++
USE_CMAKE= yes
CXXFLAGS+= -std=c++11
.include "../../wip/mk/git-package.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../lang/libunwind/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"