summaryrefslogtreecommitdiff
path: root/databases/qore-freetds-module/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-30 15:41:23 +0000
committerwiz <wiz>2014-12-30 15:41:23 +0000
commit13d1ef9b9bc0be7bcfc4a8e4458fe84672a63b1a (patch)
tree6b977eb4645ae34e0feff976523b5be65466817f /databases/qore-freetds-module/options.mk
parentd93b86da8fa5bc5ac100d03e3090024a364225ac (diff)
downloadpkgsrc-13d1ef9b9bc0be7bcfc4a8e4458fe84672a63b1a.tar.gz
Import qore-freetds-module-1.0.3nb4 as databases/qore-freetds-module,
packaged for wip by nros. The Freetds DB driver for qore gives Qore programs the possibility to communicate with databases that use the TDS(Tabular Data Stream) protocol for access such as MS SQL Server and Sybase databases.
Diffstat (limited to 'databases/qore-freetds-module/options.mk')
-rw-r--r--databases/qore-freetds-module/options.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/qore-freetds-module/options.mk b/databases/qore-freetds-module/options.mk
new file mode 100644
index 00000000000..e82daffc0d8
--- /dev/null
+++ b/databases/qore-freetds-module/options.mk
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1 2014/12/30 15:41:23 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.qore
+PKG_SUPPORTED_OPTIONS= debug
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+= --enable-debug
+.else
+CONFIGURE_ARGS+= --disable-debug
+.endif