pkgsrc/graphics/glm/buildlink3.mk
ryoon ae8c70905e Import glm-0.9.3.2 as graphics/glm.
OpenGL Mathematics (GLM) is a header only C++ mathematics library
for graphics software based on the OpenGL Shading Language (GLSL)
specification.
2012-05-06 08:23:22 +00:00

14 lines
312 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/05/06 08:23:22 ryoon Exp $
BUILDLINK_TREE+= glm
.if !defined(GLM_BUILDLINK3_MK)
GLM_BUILDLINK3_MK:=
BUILDLINK_DEPMETHOD.glm?= build
BUILDLINK_API_DEPENDS.glm+= glm>=0.9.3.2
BUILDLINK_PKGSRCDIR.glm?= ../../graphics/glm
.endif # GLM_BUILDLINK3_MK
BUILDLINK_TREE+= -glm