From 5ef0d192c47311866ca00a126fcb031cc19663aa Mon Sep 17 00:00:00 2001 From: ryoon Date: Sun, 6 May 2012 08:23:22 +0000 Subject: Import glm-0.9.3.2 as graphics/glm. OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification. --- graphics/glm/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 graphics/glm/Makefile (limited to 'graphics/glm/Makefile') diff --git a/graphics/glm/Makefile b/graphics/glm/Makefile new file mode 100644 index 00000000000..692e20a2c40 --- /dev/null +++ b/graphics/glm/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/05/06 08:23:22 ryoon Exp $ +# + +DISTNAME= glm-0.9.3.2 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ogl-math/} +EXTRACT_SUFX= .zip + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://glm.g-truc.net/ +COMMENT= C++ mathematics library for graphics programming +LICENSE= mit + +PKG_DESTDIR_SUPPORT= user-destdir + +NO_BUILD= yes +NO_CONFIGURE= yes + +USE_TOOLS+= pax + +GLM_DIR= include/glm +INSTALLATION_DIRS= ${GLM_DIR} + +do-install: + ${RUN}cd ${WRKSRC}/glm && \ + ${CHMOD} 644 *hpp core/* gtc/* gtx/* virtrev/* + ${RUN}cd ${WRKSRC}/glm && \ + pax -rw *hpp core gtc gtx virtrev \ + ${DESTDIR}${PREFIX}/${GLM_DIR} + +# for test target +USE_LANGUAGES= c c++ +do-test: + ${RUN}cd ${WRKSRC} && \ + cmake -DGLM_TEST_MODE=ON CMakeLists.txt && \ + make + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3