freebsd-ports/benchmarks/polygraph31/Makefile

28 lines
653 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
PORTVERSION= 2.8.1
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= ports@FreeBSD.org
COMMENT= A benchmarking tool for Web proxies
2005-01-18 22:37:19 +01:00
RESTRICTED= Redistribution forbidden by license
2002-08-03 12:41:53 +02:00
IS_INTERACTIVE= yes
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated"
2002-08-03 12:41:53 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFLICTS= ltrace-0*
.include <bsd.port.mk>