freebsd-ports/benchmarks/pathrate/Makefile
Jean-Yves Lefort c780dd5672 Add pathrate.
Pathrate is a tool that can estimate the capacity of network paths. An
important feature of Pathrate is that it is robust to cross traffic effects,
meaning that it can measure the path capacity even when the path is
significantly loaded. This is crucial, since the hardest paths to measure are
the heavily loaded ones.

WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html

PR:		ports/81295
Submitted by:	dikshie <dikshie@lapi.itb.ac.id>
2005-05-23 23:23:23 +00:00

31 lines
670 B
Makefile

# New ports collection makefile for: pathrate
# Date created: 19 May 2005
# Whom: dikshie <dikshie@lapi.itb.ac.id>
#
# $FreeBSD$
#
PORTNAME= pathrate
PORTVERSION= 2.4.0
CATEGORIES= benchmarks
MASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/
DISTNAME= ${PORTNAME}
MAINTAINER= dikshie@lapi.itb.ac.id
COMMENT= A measurement tool for capacity estimation of network paths
GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
MAKEFILE= makefile
PLIST_FILES= bin/pathrate_rcv bin/pathrate_snd
do-install:
.for f in pathrate_rcv pathrate_snd
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.include <bsd.port.mk>