xref: /mports/benchmarks/pathrate/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2
3PORTNAME=	pathrate
4PORTVERSION=	2.4.1
5CATEGORIES=	benchmarks
6MASTER_SITES=	http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/
7DISTNAME=	${PORTNAME}
8
9MAINTAINER=	ports@MidnightBSD.org
10COMMENT=	Measurement tool for capacity estimation of network paths
11
12LICENSE=	gpl2
13
14GNU_CONFIGURE=	yes
15USE_GMAKE=	yes
16
17WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
18MAKEFILE=	makefile
19
20PLIST_FILES=	bin/pathrate_rcv bin/pathrate_snd
21
22do-install:
23.for f in pathrate_rcv pathrate_snd
24	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
25.endfor
26
27.include <bsd.port.mk>
28

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026