freebsd-ports/benchmarks/polygraph31/Makefile

31 lines
624 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= polygraph
2002-08-03 12:41:53 +02:00
PORTVERSION= 2.7.6
CATEGORIES= benchmarks www
2002-08-03 12:41:53 +02:00
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
2002-08-03 12:41:53 +02:00
EXTRACT_SUFX= .tgz
MAINTAINER= demon@FreeBSD.org
COMMENT= A benchmarking tool for Web proxies
2003-07-31 03:53:24 +02:00
2002-08-03 12:41:53 +02:00
IS_INTERACTIVE= yes
GNU_CONFIGURE= YES
2002-08-03 12:41:53 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
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>