pkgsrc/databases/qore-freetds-module/options.mk
rillig b4f1862849 databases: align variable assignments
pkglint -Wall -F --only aligned -r

No manual corrections.
2019-11-02 15:37:59 +00:00

11 lines
270 B
Makefile

# $NetBSD: options.mk,v 1.2 2019/11/02 15:38:10 rillig 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