freebsd-ports/benchmarks/polygraph31/Makefile
2003-07-31 06:53:56 +00:00

30 lines
625 B
Makefile

# 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>