ports/math/cglm/Makefile
Yuri Victorovich 51ac9a9d90 math/cglm: update 0.9.3 → 0.9.4
Reported by:	portscout
2024-04-03 01:23:37 -07:00

26 lines
609 B
Makefile

PORTNAME= cglm
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.4
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Highly optimized graphics math (glm) for C
WWW= https://github.com/recp/cglm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c11 meson # was cmake before
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= recp
pre-test:
@if [ ! -e ${WRKDIR}/.meson_build_testing ]; then \
${RM} ${CONFIGURE_COOKIE} ${BUILD_COOKIE}; \
${MAKE} -C${.CURDIR} build MESON_ARGS="${MESON_ARGS} --reconfigure -Dbuild_tests=true"; \
${TOUCH} ${WRKDIR}/.meson_build_testing; \
fi
.include <bsd.port.mk>