freebsd-ports/benchmarks/pathload/Makefile
Martin Wilke eb7924400a - Update to 1.3.2
PR:		ports/102320
Submitted by:	dikshie <dikshie(at)lapi.itb.ac.id> (maintainer)
Approved by:	krion (mentor)
2006-08-22 08:06:42 +00:00

30 lines
684 B
Makefile

# New ports collection makefile for: pathload
# Date created: 19 May 2005
# Whom: dikshie <dikshie@lapi.itb.ac.id>
#
# $FreeBSD$
#
PORTNAME= pathload
PORTVERSION= 1.3.2
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 network path available bandwidth estimation
GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
MAKEFILE= makefile
PLIST_FILES= bin/pathload_rcv bin/pathload_snd
do-install:
.for f in pathload_rcv pathload_snd
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.include <bsd.port.mk>