opnsense-ports/math/glm/Makefile
Franco Fichtner 040bc8dada */*: sync with upstream
Taken from: FreeBSD
2016-02-23 04:40:01 +01:00

24 lines
422 B
Makefile

# Created by: demon@FreeBSD.org
# $FreeBSD$
PORTNAME= glm
PORTVERSION= 0.9.7.3
PORTEPOCH= 1
CATEGORIES= math graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ mathematics library for software based on the OpenGL GLSL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/copying.txt
USE_GITHUB= yes
GH_ACCOUNT= g-truc
NO_ARCH= yes
NO_BUILD= yes
CMAKE_ARGS= -DGLM_TEST_ENABLE:BOOL=OFF
USES= cmake:outsource
.include <bsd.port.mk>