summaryrefslogtreecommitdiff
path: root/benchmarks/httperf/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /benchmarks/httperf/Makefile
parentb6deb36621300a80aab2d23031a1a259f9b0ce01 (diff)
Diffstat (limited to 'benchmarks/httperf/Makefile')
-rw-r--r--benchmarks/httperf/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
deleted file mode 100644
index 3b1dcb09f492..000000000000
--- a/benchmarks/httperf/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: httperf
-# Date created: 28 Jul 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= httperf
-PORTVERSION= 0.8
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A tool for measuring webserver performance
-
-USE_OPENSSL= yes
-USE_GETOPT_LONG= yes
-GNU_CONFIGURE= yes
-
-MAN1= httperf.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ChangeLog NEWS README TODO
- ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>