pkgsrc/benchmarks/postal/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

20 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/05/22 20:07:40 jlam Exp $
DISTNAME= postal-0.62
PKGREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= http://www.coker.com.au/postal/
EXTRACT_SUFX= .tgz
MAINTAINER= david@silicium.ath.cx
HOMEPAGE= http://www.coker.com.au/postal/
COMMENT= Tool for benchmarking SMTP/POP servers
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"