40a7408efc
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.
12 lines
297 B
Makefile
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
|