pkgsrc/security/qore-ssh2-module/options.mk
rillig 9fd786bb11 security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:12:51 +00:00

12 lines
284 B
Makefile

# $NetBSD: options.mk,v 1.2 2019/11/04 21:13:01 rillig Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.qore-ssh2-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