pkgsrc/graphics/qore-opengl-module/buildlink3.mk
wiz 2d6e20119a Import qore-opengl-module-0.0.3nb4 as graphics/qore-opengl-module,
packaged for wip by nros.

Opengl module for Qore. This module provides Opengl language bindings
for Qore.
2014-12-30 15:57:09 +00:00

15 lines
450 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2014/12/30 15:57:09 wiz Exp $
#
BUILDLINK_TREE+= qore-opengl-module
.if !defined(QORE_OPENGL_MODULE_BUILDLINK3_MK)
QORE_OPENGL_MODULE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qore-opengl-module+= qore-opengl-module>=0.0.3
BUILDLINK_PKGSRCDIR.qore-opengl-module?= ../../graphics/qore-opengl-module
.include "../../lang/qore/buildlink3.mk"
.endif # QORE_OPENGL_MODULE_BUILDLINK3_MK
BUILDLINK_TREE+= -qore-opengl-module