pkgsrc/graphics/qore-glut-module/options.mk
wiz e50c085c48 Import qore-glut-module-0.0.3nb3 as graphics/qore-glut-module,
packaged for wip by nros.

GLUT Qore module. This module provides GLUT bindings for the Qore
language.
2014-12-30 15:58:20 +00:00

12 lines
295 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/12/30 15:58:20 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.qore-glut-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