pkgsrc/databases/qore-openldap-module/options.mk
wiz 7aa763c0e9 Import qore-openldap-module-1.0nb4 as databases/qore-openldap-module,
packaged for wip by nros.

The Qore openldap module makes it possible for Qore programs to
communicate with LDAP servers.
2014-12-30 15:43:31 +00:00

12 lines
299 B
Makefile

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