diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-28 11:46:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-28 11:46:54 +0000 |
commit | 984534fd146a803c74973d5e121b133f527f83c2 (patch) | |
tree | 67ce509ff6e6a0739cff6431c9213b98ca2dfbec /math | |
parent | 2d34c350510a8680a020f5efa650b0bafbb04006 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/glm/Makefile | 9 | ||||
-rw-r--r-- | math/glm/pkg-descr | 2 |
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/ |