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
|
|
|
#
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= polygraph
|
2002-08-03 12:41:53 +02:00
|
|
|
PORTVERSION= 2.7.6
|
1999-04-14 22:31:57 +02:00
|
|
|
CATEGORIES= benchmarks www
|
2002-08-03 12:41:53 +02:00
|
|
|
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
|
2000-04-09 00:04:57 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
2002-08-03 12:41:53 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
1999-04-14 22:31:57 +02:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@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
|
|
|
|
2003-07-31 03:53:24 +02:00
|
|
|
|
2002-08-03 12:41:53 +02:00
|
|
|
IS_INTERACTIVE= yes
|
1999-12-31 00:56:02 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2002-08-03 12:41:53 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
1999-04-14 22:31:57 +02:00
|
|
|
|
2003-07-31 03:53:24 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 501000
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|