aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/polygraph31/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/polygraph31/Makefile')
-rw-r--r--benchmarks/polygraph31/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile
deleted file mode 100644
index afabffb55a20..000000000000
--- a/benchmarks/polygraph31/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: polygraph
-# Date created: 3 March 1999
-# Whom: Dima Sivachenko <dima@chg.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= polygraph
-PORTVERSION= 2.8.1
-CATEGORIES= benchmarks www
-MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A benchmarking tool for Web proxies
-
-RESTRICTED= Redistribution forbidden by license
-IS_INTERACTIVE= yes
-
-GNU_CONFIGURE= YES
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated"
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-CONFLICTS= ltrace-0*
-
-.include <bsd.port.mk>