freebsd-ports/math/glm/Makefile
Dmitry Sivachenko c04020ecee OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL) specification.

GLM provides classes and functions designed and implemented with the same
naming conventions and functionalities than GLSL so that when a programmer
knows GLSL, he knows GLM as well which makes it really easy to use.
2012-08-03 15:13:10 +00:00

23 lines
542 B
Makefile

# New ports collection makefile for: glm
# Date created: Aug 03 2012
# Whom: demon@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= glm
PORTVERSION= 0.9.3.4
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
USE_ZIP= yes
NO_BUILD= yes
do-install:
cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${PREFIX}/include/
.include <bsd.port.mk>