freebsd-ports/math/cglm/Makefile
Yuri Victorovich be8ff3f8a1 math/cglm: Update 0.8.7 → 0.8.8
Reported by:	portscout
2023-01-27 22:56:36 -08:00

27 lines
609 B
Makefile

PORTNAME= cglm
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.8
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>