e50c085c48
packaged for wip by nros. GLUT Qore module. This module provides GLUT bindings for the Qore language.
15 lines
450 B
Makefile
15 lines
450 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/12/30 15:58:20 wiz Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= qore-glut-module
|
|
|
|
.if !defined(QORE_GLUT_MODULE_BUILDLINK3_MK)
|
|
QORE_GLUT_MODULE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qore-glut-module+= qore-glut-module>=0.0.3
|
|
BUILDLINK_PKGSRCDIR.qore-glut-module?= ../../graphics/qore-glut-module
|
|
|
|
.include "../../graphics/qore-opengl-module/buildlink3.mk"
|
|
.endif # QORE_GLUT_MODULE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qore-glut-module
|