pkgsrc/security/qore-xmlsec-module/options.mk
wiz 40a7408efc Import qore-xmlsec-module-0.0.2nb4 as security/qore-xmlsec-module,
packaged for wip by nros.

The Qore xmlsec module gives Qore programs the possibility to support
XML signature(xmldsig) and XML encryption(xmlenc) as defined by W3C.
2014-12-30 16:03:28 +00:00

12 lines
297 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/12/30 16:03:28 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.qore-xmlsec-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