pkgsrc/graphics/qore-opengl-module/options.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

12 lines
297 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/12/30 15:57:09 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.qore-opengl-module
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.else
CONFIGURE_ARGS+= --disable-debug
.endif