pkgsrc/databases/qore-mysql-module/options.mk
wiz 0d07f08dc4 Import qore-mysql-module-2.0.1nb4 as databases/qore-mysql-module,
packaged for wip by nros.

MySQL driver for Qores DBI system that allows Qore programs to MySQL
Databases through the Datasource, DatasourcePool and SQLStatement
classes.
2014-12-30 15:42:24 +00:00

12 lines
296 B
Makefile

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