# $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp@macports.org $
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	nomaintainer
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
}
