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
|
2004-11-30 13:12:19 +01:00
|
|
|
PORTVERSION= 2.8.1
|
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
|
|
|
|
2004-12-05 07:34:42 +01:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2005-01-18 22:37:19 +01:00
|
|
|
RESTRICTED= Redistribution forbidden by license
|
2002-08-03 12:41:53 +02:00
|
|
|
IS_INTERACTIVE= yes
|
1999-12-31 00:56:02 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2004-02-27 11:54:06 +01:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated"
|
2002-08-03 12:41:53 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
1999-04-14 22:31:57 +02:00
|
|
|
|
2004-07-13 22:21:35 +02:00
|
|
|
CONFLICTS= ltrace-0*
|
|
|
|
|
2004-02-27 11:54:06 +01:00
|
|
|
.include <bsd.port.mk>
|