pkgsrc/textproc/qore-xml-module/options.mk
wiz 3bae20ea1f Import qore-xml-module-1.2nb4 as textproc/qore-xml-module, packaged
for wip by nros.

XML module for the Qore language that provides (de)serialization, Soap
support and XmlRpcHandler and other things.
2014-12-30 15:51:11 +00:00

12 lines
294 B
Makefile

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