mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
d04ad0c023
- Remove RESTRICTED [1] - Pass maintainership to submitter [1] Project has changed the license to apache2, please see changelog http://www.web-polygraph.org/downloads/changelog.html Submitted by: Aron Schlesinger (as@bsdgroup.de) via irc
40 lines
963 B
Makefile
40 lines
963 B
Makefile
# New ports collection makefile for: polygraph
|
|
# Date created: 3 March 1999
|
|
# Whom: Dima Sivachenko <dima@chg.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= polygraph
|
|
PORTVERSION= 3.0.6
|
|
CATEGORIES= benchmarks www
|
|
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ \
|
|
http://people.bsdgroup.de/~as/freebsd/distfiles/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= as@bsdgroup.org
|
|
COMMENT= A benchmarking tool for Web proxies
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated"
|
|
CONFIGURE_ARGS+=--datadir=${DATADIR}
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
CONFLICTS= ltrace-0*
|
|
|
|
OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
|
|
PERL "install Perl for polygraph tools" OFF
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.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>
|