1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/binaryen/Makefile
Li-Wen Hsu 5c7e5408c1 devel/binaryen: Update to 98
PR:		250402
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2020-10-22 03:39:18 +00:00

25 lines
524 B
Makefile

# $FreeBSD$
PORTNAME= binaryen
DISTVERSIONPREFIX= version_
DISTVERSION= 98
CATEGORIES= devel
MAINTAINER= greg@unrelenting.technology
COMMENT= Compiler infrastructure and toolchain library for WebAssembly
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake python:3.6+,build compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= WebAssembly
USE_LDCONFIG= yes
CMAKE_ARGS= -DBINARYEN_VERSION_INFO=${DISTVERSION}
LDFLAGS+= -Wno-unused-command-line-argument
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>