ports/graphics/reactphysics3d/Makefile
Yuri Victorovich 55e2ffb33e graphics/reactphysics3d: update 0.9.0 → 0.10.0
Reported by:	portscout
2024-03-11 10:53:44 -07:00

27 lines
618 B
Makefile

PORTNAME= reactphysics3d
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.0
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ physics engine library in 3D
WWW= https://www.reactphysics3d.com/
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= DanielChappuis
CMAKE_ON= BUILD_SHARED_LIBS
do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DRP3D_COMPILE_TESTS=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
./test/tests
.include <bsd.port.mk>