freebsd-ports/benchmarks/polygraph/Makefile
Sergey A. Osokin b3d7e7b916 Fix BROKEN by update to latest 2.8.0 version.
Utilize DATADIR, SIZEfy.
Add -Wno-deprecated to CPPFLAGS for fix annoing warnings.

Approved by:	adrian (maintainer) informed.
2004-02-27 10:54:06 +00:00

24 lines
583 B
Makefile

# New ports collection makefile for: polygraph
# Date created: 3 March 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#
PORTNAME= polygraph
PORTVERSION= 2.8.0
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
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>