freebsd-ports/benchmarks/polygraph31/Makefile
Adrian Chadd 45549ee452 Update this newly repocopied port to compile, install, deinstall polygraph-3.1.5.
Minimal testing has been done, so please don't add it into modules until I've
verified its functioning as intended/advertised!

PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
2008-06-18 12:17:58 +00:00

40 lines
973 B
Makefile

# New ports collection makefile for: polygraph
# Date created: 3 March 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#
PORTNAME= polygraph31
PORTVERSION= 3.1.5
CATEGORIES= benchmarks www
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
DISTNAME= ${PORTNAME:S/31//}-${PORTVERSION}-src
EXTRACT_SUFX= .tgz
MAINTAINER= adrian@freebsd.org
COMMENT= A benchmarking tool for Web proxies
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated"
CONFIGURE_ARGS+=--datadir=${DATADIR}
WRKSRC= ${WRKDIR}/${PORTNAME:S/31//}-${PORTVERSION}
CONFLICTS= ltrace-0* polygraph-[0-9]*
OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
PERL "install Perl for polygraph tools" OFF
.include <bsd.port.pre.mk>
DATADIR:= ${DATADIR:S/31//}
.if !defined(WITHOUT_GNUPLOT)
RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot
.endif
.if !defined(WITHOUT_PERL)
USE_PERL5_RUN= yes
.endif
.include <bsd.port.post.mk>