diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
| commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
| tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /benchmarks/polygraph31/Makefile | |
| parent | 8c307777eaf81af4195ae428b3ebbeba734fc5af (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'benchmarks/polygraph31/Makefile')
| -rw-r--r-- | benchmarks/polygraph31/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile deleted file mode 100644 index da5451eb73b8..000000000000 --- a/benchmarks/polygraph31/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: polygraph -# Date created: 3 March 1999 -# Whom: Dima Sivachenko <dima@chg.ru> -# -# $FreeBSD$ -# - -PORTNAME= polygraph -PORTVERSION= 2.2.7 -CATEGORIES= benchmarks www -MASTER_SITES= http://polygraph.ircache.net/sources/tars/ \ - http://www.chg.ru/~dima/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= demon@FreeBSD.org - -WRKSRC= ${WRKDIR}/polygraph - -GNU_CONFIGURE= YES - -post-patch: - @ ${MV} ${WRKSRC}/src/exprep.pl ${WRKSRC}/src/exprep.pl.pre_sed - @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ - ${WRKSRC}/src/exprep.pl.pre_sed > ${WRKSRC}/src/exprep.pl - @ ${MV} ${WRKSRC}/tools/BB/bb.pl ${WRKSRC}/tools/BB/bb.pl.pre_sed - @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ - -e 's#/usr/people/bakeoff/BB#${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph#' \ - ${WRKSRC}/tools/BB/bb.pl.pre_sed> ${WRKSRC}/tools/BB/bb.pl - -do-install: - -.for file in polyclt polysrv lr lx distr_test pop_test rng_test aka piper polymon - @ ${INSTALL_PROGRAM} ${WRKSRC}/src/$(file) ${PREFIX}/bin -.endfor - @ ${INSTALL_PROGRAM} ${WRKSRC}/src/udp2tcpd ${PREFIX}/sbin - @ ${INSTALL_SCRIPT} ${WRKSRC}/src/exprep.pl ${PREFIX}/bin/exprep - @ ${INSTALL_SCRIPT} ${WRKSRC}/tools/BB/bb.pl ${PREFIX}/bin - @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph -.for file in Blob.pm Executer.pm Tools.pm Command.pm Logger.pm - @ ${INSTALL_SCRIPT} ${WRKSRC}/tools/BB/$(file) \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph -.endfor - -.include <bsd.port.mk> |
