freebsd-ports/devel/binaryen/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
511 B
Makefile

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>