pkgsrc/devel/qore-uuid-module/options.mk
wiz fe92f04478 Import qore-uuid-module-1.3nb1 as devel/qore-uuid-module, packaged
for wip by nros.

The UUID module for Qore allows Qore programs to generate and manipulate
UUID's.
2014-12-30 15:54:32 +00:00

12 lines
295 B
Makefile

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