2007-02-22 20:26:05 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2007/02/22 19:26:56 wiz Exp $
|
2006-05-21 12:28:40 +02:00
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.nagios-nrpe
|
|
|
|
PKG_SUPPORTED_OPTIONS= ssl tcpwrappers
|
|
|
|
PKG_SUGGESTED_OPTIONS= tcpwrappers
|
2006-05-21 12:28:40 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mssl)
|
|
|
|
CONFIGURE_ARGS+= --enable-ssl
|
|
|
|
. include "../../security/openssl/buildlink3.mk"
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-ssl
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mtcpwrappers)
|
|
|
|
. include "../../security/tcp_wrappers/buildlink3.mk"
|
|
|
|
.endif
|