aboutsummaryrefslogtreecommitdiff
path: root/math/glm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-11-28 11:46:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-11-28 11:46:54 +0000
commit984534fd146a803c74973d5e121b133f527f83c2 (patch)
tree67ce509ff6e6a0739cff6431c9213b98ca2dfbec /math/glm
parent2d34c350510a8680a020f5efa650b0bafbb04006 (diff)
downloadports-984534fd146a803c74973d5e121b133f527f83c2.tar.gz
ports-984534fd146a803c74973d5e121b133f527f83c2.zip
Notes
Diffstat (limited to 'math/glm')
-rw-r--r--math/glm/Makefile9
-rw-r--r--math/glm/pkg-descr2
2 files changed, 5 insertions, 6 deletions
diff --git a/math/glm/Makefile b/math/glm/Makefile
index 68ff2fecfe80..cf1b188c12b5 100644
--- a/math/glm/Makefile
+++ b/math/glm/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 0.9.8.4
PORTEPOCH= 1
CATEGORIES= math graphics
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= amdmi3@FreeBSD.org
COMMENT= C++ mathematics library for software based on the OpenGL GLSL
LICENSE= MIT
@@ -16,12 +16,11 @@ USE_GITHUB= yes
GH_ACCOUNT= g-truc
NO_ARCH= yes
-NO_BUILD= yes
USES= cmake:outsource pkgconfig
-.ifndef MAINTAINER_MODE
-CMAKE_ARGS= -DGLM_TEST_ENABLE:BOOL=OFF
-.endif
+OPTIONS_DEFINE= TEST
+TEST_CMAKE_BOOL= GLM_TEST_ENABLE
+TEST_TEST_TARGET= test
.include <bsd.port.mk>
diff --git a/math/glm/pkg-descr b/math/glm/pkg-descr
index a0456c8935c1..cf593474bb5a 100644
--- a/math/glm/pkg-descr
+++ b/math/glm/pkg-descr
@@ -15,4 +15,4 @@ with third party libraries and SDKs. It is a good candidate for software
rendering (Raytracing / Rasterisation), image processing, physic simulations
and any context that requires a simple and convenient mathematics library.
-WWW: http://glm.g-truc.net/
+WWW: https://glm.g-truc.net/