blob: fdb3437800cd127cf4998fd748f7e9d72c828bbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2003/07/17 21:24:28 grant Exp $
#
DISTNAME= httperf-0.6
CATEGORIES= benchmarks www
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
MAINTAINER= thorpej@NetBSD.org
HOMEPAGE= http://www.hpl.hp.com/personal/David_Mosberger/httperf.html
COMMENT= Popular web server benchmarking program
LICENSE= no-commercial-use
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/httperf ${LOCALBASE}/bin/httperf
${INSTALL_MAN} ${WRKSRC}/httperf.man ${LOCALBASE}/man/man1/httperf.1
.include "../../mk/bsd.pkg.mk"
|