aboutsummaryrefslogblamecommitdiff
path: root/math/glm/Makefile
blob: cbf4f14686fb6081289f02575bfa14a07ef0573b (plain) (tree)
1
2
3
4
5
                               
           

                   
                       









                                                                             
                   



                                                                                           
# Created by: demon@FreeBSD.org
# $FreeBSD$

PORTNAME=	glm
PORTVERSION=	0.9.4.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

NO_STAGE=	yes
do-install:
		cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${PREFIX}/include/

.include <bsd.port.mk>