aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/polygraph31/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-13 08:44:43 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-13 08:44:43 +0000
commitc07e52eceefb7db34eeb6c115ad396611e019a7e (patch)
treeb410f816624c400338e0573ecbdcf72a6de85693 /benchmarks/polygraph31/Makefile
parentacebfc5b7b1c4f4f871ddf877c16fe6da19d205d (diff)
Remove expired port:
2013-07-13 benchmarks/polygraph31: Broken since March 2010
Notes
Notes: svn path=/head/; revision=322904
Diffstat (limited to 'benchmarks/polygraph31/Makefile')
-rw-r--r--benchmarks/polygraph31/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile
deleted file mode 100644
index 55bb98920811..000000000000
--- a/benchmarks/polygraph31/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Dima Sivachenko <dima@chg.ru>
-# $FreeBSD$
-
-PORTNAME= polygraph31
-PORTVERSION= 3.1.5
-PORTREVISION= 3
-CATEGORIES= benchmarks www
-MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
-DISTNAME= ${PORTNAME:S/31//}-${PORTVERSION}-src
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= adrian@FreeBSD.org
-COMMENT= A benchmarking tool for Web proxies
-
-DEPRECATED= Broken since March 2010
-EXPIRATION_DATE=2013-07-13
-
-GNU_CONFIGURE= YES
-CPPFLAGS+= -Wno-deprecated
-CONFIGURE_ARGS+=--datadir=${DATADIR}
-WRKSRC= ${WRKDIR}/${PORTNAME:S/31//}-${PORTVERSION}
-
-CONFLICTS= ltrace-0* polygraph-[0-9]*
-
-OPTIONS_DEFINE= GNUPLOT PERL
-OPTIONS_DEFAULT= GNUPLOT
-GNUPLOT_DESC= gnuplot if you want full report functionality
-PERL_DESC= install Perl for polygraph tools
-
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} >= 900009 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800503)
-BROKEN= does not build
-.endif
-
-DATADIR:= ${DATADIR:S/31//}
-
-.if ${PORT_OPTIONS:MGNUPLOT}
-RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot
-.endif
-
-.if ${PORT_OPTIONS:MPERL}
-USE_PERL5_RUN= yes
-.endif
-
-.include <bsd.port.mk>