fe92f04478
for wip by nros. The UUID module for Qore allows Qore programs to generate and manipulate UUID's.
12 lines
295 B
Makefile
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
|