pkgsrc/net/ipv6calc/Makefile
jlam 07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00

22 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.33 2007/09/07 22:12:17 jlam Exp $
#
DISTNAME= ipv6calc-0.61.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.deepspace6.net/projects/ipv6calc.html
COMMENT= Manipulates IPv6 addresses
# This package does not set or evaluate IPV6_READY, but it should still
# be listed in README-IPv6.html. Leave this comment here to make it so!
#
BUILD_DEFS+= IPV6_READY
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
INSTALL_TARGET= installonly
.include "../../mk/bsd.pkg.mk"