forked from Lainports/opnsense-ports
26 lines
483 B
Makefile
26 lines
483 B
Makefile
# Created by: demon@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glm
|
|
PORTVERSION= 0.9.8.5
|
|
PORTREVISION= 4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= math graphics
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= C++ mathematics library for software based on the OpenGL GLSL
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/copying.txt
|
|
|
|
USES= cmake compiler:c++11-lang pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= g-truc
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= TEST
|
|
TEST_CMAKE_BOOL= GLM_TEST_ENABLE
|
|
TEST_TEST_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|