inherit gnuconfig
IUSE="ssl nls static debug socks5"
IUSE="ssl nls static ipv6 debug socks5"
NPVER=20031022
DESCRIPTION="Network utility to retrieve files from the WWW"
econf \
--sysconfdir=/etc/wget \
`use_enable ipv6` \
`use_enable nls` \
`use_enable debug` \
`use_with socks5 socks` \