diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
| commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
| tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /benchmarks/polygraph31/Makefile | |
| parent | 07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff) | |
Notes
Diffstat (limited to 'benchmarks/polygraph31/Makefile')
| -rw-r--r-- | benchmarks/polygraph31/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile deleted file mode 100644 index d4058b605bbe..000000000000 --- a/benchmarks/polygraph31/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# 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.de -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> |
