1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/benchmarks/pathrate/Makefile
Martin Wilke 08e21ff1f5 - Update to 2.4.1
PR:		ports/102321
Submitted by:	dikshie <dikshie(at)lapi.itb.ac.id> (maintainer)
Approved by:	krion (mentor)
2006-08-22 08:08:58 +00:00

31 lines
677 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.1
CATEGORIES= benchmarks
MASTER_SITES= http://www-static.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>