pkgsrc-wip/OpenGLUT/buildlink3.mk
Thomas Klausner 06068ae84f Initial import of OpenGLUT-0.6.1 package, provided by Richard Rauch in
PR 25656, imported into pkgsrc-wip with his consent.
Some cleanup done, pkglint warnings fixed.

OpenGLUT is an open source evolution of the GLUT API.  The goals
include cleaning the API, fixing bugs, adding features, portability,
and documenting the library.  OpenGLUT is prepared to break with
GLUT compatibility in order to achieve its primary goals.

The code is based on freeglut, with numerous bugfixes above and
beyond that, and a few new features.  As such, it is fairly usable.
On the other hand, there are major features to be added to the API,
and plans to deprecate some obsolete, redundant, and inconsistant
features that OpenGLUT inherited.  It is best to regard OpenGLUT
as experimental, but seeking feedback.
2004-05-26 13:32:23 +00:00

22 lines
611 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/05/26 13:32:23 thomasklausner Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
OPENGLUT_BUILDLINK3_MK:= ${OPENGLUT_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= OpenGLUT
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NOpenGLUT}
BUILDLINK_PACKAGES+= OpenGLUT
.if !empty(OPENGLUT_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.OpenGLUT+= OpenGLUT>=0.6.0
BUILDLINK_PKGSRCDIR.OpengGLUT?= ../../graphics/OpenGLUT
.endif # OPENGLUT_BUILDLINK3_MK
MESA_REQD+= 6.0
.include "../../graphics/MesaLib/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}