# $Id: Portfile,v 1.2 2005/09/13 06:57:50 olegb Exp $
PortSystem 1.0
name		netstrain
version		3.0
description	Nestrain messures the throughput on a TCP connection.
long_description	NetStrain is a tool to measure practical data \
			throughput between two machines over a TCP connection. \
			It can be used for performance testing, stress/stability \
			testing and to demonstrate various network effects. It \
			supports both IPv4 and IPv6, provided the underlying system does.
maintainers	darwinports@opendarwin.org
categories	net
platforms	darwin 
homepage	http://netstrain.sourceforge.net/
master_sites    sourceforge
checksums	md5 ce04b79ae18c5143991ace8661baadcf
use_configure	no
destroot 	{
		file copy ${worksrcpath}/netstrain ${destroot}${prefix}/bin
		file copy ${worksrcpath}/netstraind ${destroot}${prefix}/bin
		file mkdir ${destroot}${prefix}/share/doc
		file copy ${worksrcpath}/README ${destroot}${prefix}/share/doc/README.netstrain
}
