mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
27 lines
483 B
Makefile
27 lines
483 B
Makefile
# Created by: demon@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glm
|
|
PORTVERSION= 0.9.8.5
|
|
PORTREVISION= 3
|
|
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>
|