mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Some parts of glm were retroactively marked as experimental, and using now leads to a compile error - added override for this error to consumers which need it.
25 lines
502 B
Makefile
25 lines
502 B
Makefile
PORTNAME= glm
|
|
PORTVERSION= 1.0.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= math graphics
|
|
|
|
MAINTAINER= amdmi3@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>
|