freebsd-ports/math/glm/Makefile
Raphael Kubo da Costa 9dbc7681f8 Update to 0.9.7.3.
Release notes: http://glm.g-truc.net/0.9.7/updates.html

Add a build-time dependency on devel/cmake instead of installing files by hand.
NO_BUILD is still set, but now the port also installs some helper CMake files.
2016-02-22 10:17:45 +00: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>