pkgsrc/net/ipv6calc/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

21 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.28 2005/05/22 20:08:24 jlam Exp $
#
DISTNAME= ipv6calc-0.48
CATEGORIES= net
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.bieringer.de/linux/IPv6/ipv6calc/
COMMENT= Manipulates IPv6 addresses
# This package does not set or evaluate USE_INET6, but it should still
# be listed in README-IPv6.html. Leave this comment here to make it so!
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
MAKE_ENV+= root=${PREFIX}
INSTALL_TARGET= installonly
.include "../../mk/bsd.pkg.mk"