Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / glm / Makefile
1 # Created by: demon@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       glm
5 PORTVERSION=    0.9.5.4
6 PORTREVISION=   1
7 CATEGORIES=     math graphics
8 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
9 MASTER_SITE_SUBDIR=     ogl-math/${PORTNAME}-${PORTVERSION}
10
11 MAINTAINER=     demon@FreeBSD.org
12 COMMENT=        C++ mathematics library for software based on the OpenGL GLSL
13
14 USES=           zip dos2unix
15 NO_BUILD=       yes
16 WRKSRC=         ${WRKDIR}/${PORTNAME}
17
18 do-install:
19                 (cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${STAGEDIR}${PREFIX}/include/)
20
21 .include <bsd.port.mk>