summaryrefslogtreecommitdiff
path: root/benchmarks/polygraph31/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/polygraph31/Makefile')
-rw-r--r--benchmarks/polygraph31/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile
deleted file mode 100644
index 6fa5f3adbaf2..000000000000
--- a/benchmarks/polygraph31/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: polygraph
-# Date created: 3 March 1999
-# Whom: Dima Sivachenko <dima@chg.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= polygraph
-PORTVERSION= 2.7.6
-CATEGORIES= benchmarks www
-MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= A benchmarking tool for Web proxies
-
-IS_INTERACTIVE= yes
-
-GNU_CONFIGURE= YES
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-.include <bsd.port.mk>