Pullup ticket #2800.
[pkgsrc.git] / net / nagios-nrpe / options.mk
1 # $NetBSD: options.mk,v 1.1.1.1 2006/05/21 10:28:40 grant Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.nagios-nrpe
4 PKG_SUPPORTED_OPTIONS=  ssl tcpwrappers
5 PKG_SUGGESTED_OPTIONS=  tcpwrappers
6
7 .include "../../mk/bsd.options.mk"
8
9 .if !empty(PKG_OPTIONS:Mssl)
10 CONFIGURE_ARGS+=        --enable-ssl
11 .  include "../../security/openssl/buildlink3.mk"
12 .else
13 CONFIGURE_ARGS+=        --disable-ssl
14 .endif
15
16 .if !empty(PKG_OPTIONS:Mtcpwrappers)
17 .  include "../../security/tcp_wrappers/buildlink3.mk"
18 .endif