pkgsrc/graphics/qore-glut-module/options.mk

13 lines
295 B
Makefile
Raw Normal View History

# $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