diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-12-09 23:43:30 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-12-09 23:43:30 +0000 |
commit | d6517636e15ecffd1fef1a3f6f17b5ce3c3191a6 (patch) | |
tree | 83f02bff16e595f78c7f881156341e9259b4a658 /math/glm/Makefile | |
parent | 3a37de624384fd1c67d301bbe1b9566ad19bda8f (diff) | |
download | ports-d6517636e15ecffd1fef1a3f6f17b5ce3c3191a6.tar.gz ports-d6517636e15ecffd1fef1a3f6f17b5ce3c3191a6.zip |
Notes
Diffstat (limited to 'math/glm/Makefile')
-rw-r--r-- | math/glm/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/math/glm/Makefile b/math/glm/Makefile index 33c742c5aaf8..ce6806e9118c 100644 --- a/math/glm/Makefile +++ b/math/glm/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= glm -PORTVERSION= 0.9.6.3 +PORTVERSION= 0.9.7.1 PORTEPOCH= 1 CATEGORIES= math graphics -MASTER_SITES= SF/ogl-math/${PORTNAME}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= C++ mathematics library for software based on the OpenGL GLSL @@ -13,10 +12,13 @@ COMMENT= C++ mathematics library for software based on the OpenGL GLSL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/copying.txt -USES= zip dos2unix +USE_GITHUB= yes +GH_ACCOUNT= g-truc + +USES= dos2unix +DOS2UNIX_FILES= glm/detail/dummy.cpp NO_ARCH= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTNAME} \ |