aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polygraph/Makefile
blob: ad749bcb5ff8de3e62ecfb5c7bc049a3598155f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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= adrian@FreeBSD.org
COMMENT=    A benchmarking tool for Web proxies


IS_INTERACTIVE= yes

GNU_CONFIGURE=  YES
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=     "Does not compile"
.endif

.include <bsd.port.post.mk>