1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/binaryen/Makefile
Fernando Apesteguía f57221afde */*: Release ports from maintainership
Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
2022-10-09 13:56:28 +02:00

25 lines
576 B
Makefile

PORTNAME= binaryen
DISTVERSIONPREFIX= version_
DISTVERSION= 105
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Compiler infrastructure and toolchain library for WebAssembly
WWW= https://github.com/WebAssembly/binaryen
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake cpe python:3.6+,build compiler:c++11-lang
CPE_VENDOR= webassembly
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>