mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
935a09939f
As requested by its maintainer (op@), consumer games/taisei is intentionally not bumped as it is currently broken and needs updating. ok op@
20 lines
309 B
Makefile
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>
|