Add files from parent branch HEAD:
[pkgsrc.git] / sysutils / amanda-common / options.mk
1 # $NetBSD$
2
3 # Since amanda's ipv6 usage is broken, turn it off by default.
4
5 PKG_OPTIONS_VAR=        PKG_OPTIONS.amanda
6 PKG_SUPPORTED_OPTIONS=  inet6
7
8 .include "../../mk/bsd.options.mk"
9
10 .if !empty(PKG_OPTIONS:Minet6)
11 CONFIGURE_ARGS+=        --with-ipv6
12 .else
13 CONFIGURE_ARGS+=        --without-ipv6
14 .endif