Files
ports/benchmarks/polygraph/Makefile
Mark Linimon 9950dbb3ae Mark as broken on 4.x as well as 5.x. No response from maintainer
to query about its status for >4 weeks.
2004-02-12 00:38:58 +00:00

29 lines
591 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>
BROKEN= "Does not compile"
.include <bsd.port.post.mk>