freebsd-ports/math/glm/Makefile

21 lines
488 B
Makefile
Raw Normal View History

# Created by: demon@FreeBSD.org
# $FreeBSD$
PORTNAME= glm
2014-04-02 13:07:43 +02:00
PORTVERSION= 0.9.5.3
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ogl-math/${PORTNAME}-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= C++ mathematics library for software based on the OpenGL GLSL
2014-03-10 17:25:33 +01:00
USES= zip
NO_BUILD= yes
2013-11-05 11:05:23 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
2013-11-05 11:05:23 +01:00
cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${STAGEDIR}${PREFIX}/include/
.include <bsd.port.mk>