Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / dnssec-tools / options.mk
blob9af8e23e7987fe99aff30252e21feb0a70508b7a
1 # $NetBSD: options.mk,v 1.1.1.1 2010/07/22 21:08:26 pettai Exp $
3 PKG_OPTIONS_VAR= PKG_OPTIONS.dnssec-tools
4 PKG_SUPPORTED_OPTIONS= inet6 dlv
5 PKG_SUGGESTED_OPTIONS= inet6
7 .include "../../mk/bsd.options.mk"
9 .if !empty(PKG_OPTIONS:Minet6)
10 CONFIGURE_ARGS+= --with-ipv6
11 .else
12 CONFIGURE_ARGS+= --without-ipv6
13 .endif
15 ###
16 ### DLV support
17 ###
18 .if !empty(PKG_OPTIONS:Mdlv)
19 CONFIGURE_ARGS+= --with-dlv
20 .else
21 CONFIGURE_ARGS+= --without-dlv
22 .endif