Files
jtt 935a09939f math/cglm: update to 0.9.6
As requested by its maintainer (op@), consumer games/taisei is intentionally
not bumped as it is currently broken and needs updating.

ok op@
2025-11-12 10:08:37 +00:00

20 lines
309 B
Makefile

COMMENT = highly optimized graphics math library
DIST_TUPLE = github recp cglm v0.9.6 .
SHARED_LIBS = cglm 0.7
CATEGORIES = math
MAINTAINER = Omar Polo <op@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = devel/cmake
CONFIGURE_ARGS = -DCGLM_USE_C99=ON \
-DCGLM_USE_TEST=ON
.include <bsd.port.mk>