aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/pathchirp/Makefile
blob: c5bfd1e0d95258adec03be3f8924e120d6681236 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    pathchirp
# Date created:         19 May 2005
# Whom:             dikshie <dikshie@lapi.itb.ac.id>
#
# $FreeBSD$
#

PORTNAME=   pathchirp
PORTVERSION=    2.4.0
CATEGORIES= benchmarks
MASTER_SITES=   http://www.spin.rice.edu/Software/pathChirp/

MAINTAINER= dikshie@lapi.itb.ac.id
COMMENT=    A measurement tool for available bandwidth estimation

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

PLIST_FILES=    bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run

do-install:
.for f in pathchirp_rcv pathchirp_snd pathchirp_run
    ${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${f} ${PREFIX}/bin
.endfor

.include <bsd.port.mk>