pkgsrc/net/ripe-whois/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

32 lines
893 B
Makefile

# $NetBSD: Makefile,v 1.13 2007/09/07 22:12:19 jlam Exp $
#
DISTNAME= ripe-whois-3.1.1v6
CATEGORIES= net
MASTER_SITES= ftp://ftp.ripe.net/tools/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ASCII_DOC} ${PS_DOC}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ripe.net/ripencc/pub-services/db/
COMMENT= RIPE very simple and generic whois client
WRKSRC= ${WRKDIR}/whois-3.1.1v6
GNU_CONFIGURE= YES
USE_TOOLS+= perl
MAKE_ENV+= PERL5=${PERL5:Q}
BUILD_DEFS+= IPV6_READY
ASCII_DOC= ripe-223.txt
PS_DOC= ripe-223.ps
DOCS= ${ASCII_DOC} ${PS_DOC}
SITES.${ASCII_DOC}= ftp://ftp.ripe.net/ripe/docs/
SITES.${PS_DOC}= ftp://ftp.ripe.net/ripe/docs/
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ripe-whois
.for __file__ in ${DOCS}
${INSTALL_DATA} ${DISTDIR}/${__file__} ${PREFIX}/share/doc/ripe-whois
.endfor
.include "../../mk/bsd.pkg.mk"