f8cb237b9d
libGlw part of Mesa Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. This is the GLw part of the MesaDemos distribution.
15 lines
353 B
Makefile
15 lines
353 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/01/03 14:38:27 pallegra Exp $
|
|
|
|
BUILDLINK_TREE+= glw
|
|
|
|
.if !defined(GLW_BUILDLINK3_MK)
|
|
GLW_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.glw+= glw>=7.7
|
|
BUILDLINK_PKGSRCDIR.glw?= ../../wip/glw
|
|
|
|
.include "../../wip/gl/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.endif # GLW_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -glw
|