Files
ports/math/glm/Makefile
T
Dima Panov efc56f2b55 math/glm: update to 1.0.3 release (+)
While here, adopt port

Release notes:	https://github.com/g-truc/glm/releases/tag/1.0.3
Approved by:	amdmi3
2026-02-12 12:35:42 +03:00

26 lines
502 B
Makefile

PORTNAME= glm
PORTVERSION= 1.0.3
PORTEPOCH= 1
CATEGORIES= math graphics
MAINTAINER= fluffy@FreeBSD.org
COMMENT= C++ mathematics library for software based on the OpenGL GLSL
WWW= https://github.com/g-truc/glm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/copying.txt
USES= cmake compiler:c++11-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= g-truc
NO_ARCH= yes
CMAKE_OFF= GLM_BUILD_LIBRARY
PORTDOCS= *
OPTIONS_DEFINE= TEST DOCS
TEST_CMAKE_BOOL= GLM_TEST_ENABLE
TEST_TEST_TARGET= test
.include <bsd.port.mk>