1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/math/mathpresso/Makefile
2023-01-08 16:19:52 -08:00

29 lines
607 B
Makefile

PORTNAME= mathpresso
DISTVERSION= g20230108
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Mathematical expression parser and JIT compiler
WWW= https://github.com/kobalicek/mathpresso
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libasmjit.so:devel/asmjit
USES= cmake:testing localbase:ldflags
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= kobalicek
GH_TAGNAME= 734c292
CMAKE_ARGS= -DASMJIT_CFLAGS="-I${LOCALBASE}/include" -DASMJIT_LIBS=asmjit
CMAKE_TESTING_ON= MATHPRESSO_TEST
CMAKE_TESTING_TARGET= mptest
post-test:
@cd ${TEST_WRKSRC} && ./mptest
.include <bsd.port.mk>