xref: /mports/math/glm/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	glm
2PORTVERSION=	1.0.2
3PORTEPOCH=	1
4CATEGORIES=	math graphics
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	C++ mathematics library for software based on the OpenGL GLSL
8WWW=		https://github.com/g-truc/glm
9
10LICENSE=	mit
11LICENSE_FILE=	${WRKSRC}/copying.txt
12
13USES=		cmake compiler:c++11-lang pkgconfig
14USE_GITHUB=	yes
15GH_ACCOUNT=	g-truc
16NO_ARCH=	yes
17CMAKE_OFF=	GLM_BUILD_LIBRARY
18
19PORTDOCS=	*
20
21OPTIONS_DEFINE=	TEST DOCS
22TEST_CMAKE_BOOL=	GLM_TEST_ENABLE
23TEST_TEST_TARGET=	test
24
25.include <bsd.port.mk>
26

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026