pkgsrc/security/qore-ssh2-module/options.mk
wiz 1e944ba4ef Import qore-ssh2-module-0.9.9nb4 as security/qore-ssh2-module,
packaged for wip by nros.

The ssh2 module provides Qore the possibility to communicate with sshd
servers via the ssh2 protocol; the underlying functionality is provided
by libssh2.
2014-12-30 16:02:08 +00:00

12 lines
295 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/12/30 16:02:08 wiz 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