2004-01-22 08:14:59 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2004/01/22 07:19:25 grant Exp $
|
2000-03-16 23:53:28 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= httperf-0.6
|
|
|
|
CATEGORIES= benchmarks www
|
|
|
|
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
|
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= thorpej@NetBSD.org
|
2000-11-02 04:43:08 +01:00
|
|
|
HOMEPAGE= http://www.hpl.hp.com/personal/David_Mosberger/httperf.html
|
2001-02-16 14:30:32 +01:00
|
|
|
COMMENT= Popular web server benchmarking program
|
2000-03-16 23:53:28 +01:00
|
|
|
|
|
|
|
LICENSE= no-commercial-use
|
|
|
|
|
2004-01-22 08:14:59 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2000-03-16 23:53:28 +01:00
|
|
|
|
2003-09-19 20:06:34 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
LDFLAGS+= -lsocket -lnsl -lresolv
|
|
|
|
.endif
|
|
|
|
|
2000-03-16 23:53:28 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/httperf ${LOCALBASE}/bin/httperf
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/httperf.man ${LOCALBASE}/man/man1/httperf.1
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|