pkgsrc/net/adns/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

19 lines
451 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:23 jlam Exp $
#
DISTNAME= adns-1.1
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
COMMENT= Asynchronous-capable DNS client library and utilities
USE_TOOLS+= gmake
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-dynamic
.include "../../mk/bsd.pkg.mk"