1999-04-14 22:31:57 +02:00
|
|
|
# New ports collection makefile for: polygraph
|
|
|
|
# Date created: 3 March 1999
|
|
|
|
# Whom: Dima Sivachenko <dima@chg.ru>
|
|
|
|
#
|
1999-08-25 06:58:03 +02:00
|
|
|
# $FreeBSD$
|
1999-04-14 22:31:57 +02:00
|
|
|
#
|
|
|
|
|
2008-06-18 12:47:08 +02:00
|
|
|
PORTNAME= polygraph31
|
2008-06-18 14:17:58 +02:00
|
|
|
PORTVERSION= 3.1.5
|
2011-05-02 14:44:53 +02:00
|
|
|
PORTREVISION= 3
|
1999-04-14 22:31:57 +02:00
|
|
|
CATEGORIES= benchmarks www
|
2008-06-18 14:17:58 +02:00
|
|
|
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
|
2008-06-18 12:47:08 +02:00
|
|
|
DISTNAME= ${PORTNAME:S/31//}-${PORTVERSION}-src
|
2002-08-03 12:41:53 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
1999-04-14 22:31:57 +02:00
|
|
|
|
2010-12-25 17:55:41 +01:00
|
|
|
MAINTAINER= adrian@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A benchmarking tool for Web proxies
|
1999-04-14 22:31:57 +02:00
|
|
|
|
1999-12-31 00:56:02 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -Wno-deprecated
|
2007-09-14 14:25:44 +02:00
|
|
|
CONFIGURE_ARGS+=--datadir=${DATADIR}
|
2008-06-18 12:47:08 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:S/31//}-${PORTVERSION}
|
1999-04-14 22:31:57 +02:00
|
|
|
|
2008-06-18 12:47:08 +02:00
|
|
|
CONFLICTS= ltrace-0* polygraph-[0-9]*
|
2004-07-13 22:21:35 +02:00
|
|
|
|
2007-09-14 14:25:44 +02:00
|
|
|
OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
|
|
|
|
PERL "install Perl for polygraph tools" OFF
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2010-06-22 00:12:33 +02:00
|
|
|
.if ${OSVERSION} >= 900009 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800503)
|
2010-04-18 20:58:20 +02:00
|
|
|
BROKEN= does not build
|
|
|
|
.endif
|
|
|
|
|
2008-06-18 12:47:08 +02:00
|
|
|
DATADIR:= ${DATADIR:S/31//}
|
|
|
|
|
2007-09-14 14:25:44 +02:00
|
|
|
.if !defined(WITHOUT_GNUPLOT)
|
|
|
|
RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_PERL)
|
|
|
|
USE_PERL5_RUN= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|