1 # $NetBSD: options.mk,v 1.2 2007/11/22 22:56:01 adrianp Exp $
3 PKG_OPTIONS_VAR
= PKG_OPTIONS.smokeping
5 PKG_SUPPORTED_OPTIONS
= smokeping-speedycgi inet6
6 PKG_SUGGESTED_OPTIONS
= inet6
9 ### Just here to ease migration to the options framework
11 .if defined
(USE_SPEEDY
) && ${USE_SPEEDY} == "YES"
12 PKG_SUGGESTED_OPTIONS
+= smokeping-speedycgi
15 .
include "../../mk/bsd.options.mk"
18 ### Use SpeedyCGI to get the smokeping WWW interface running a lot faster
20 .if
!empty
(PKG_OPTIONS
:Msmokeping-speedycgi
)
21 DEPENDS
+= SpeedyCGI-
[0-9]*:..
/..
/www
/SpeedyCGI
22 INTERP
= lib
/perl5
/vendor_perl
/bin
/speedy
30 .if
!empty
(PKG_OPTIONS
:Minet6
)
31 DEPENDS
+= p5-Socket6-
[0-9]*:..
/..
/net
/p5-Socket6