pkgsrc/lang/qore/options.mk
rillig 8c6aee8563 lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 19:03:56 +00:00

12 lines
272 B
Makefile

# $NetBSD: options.mk,v 1.2 2019/11/03 19:04:06 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