# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols." HOMEPAGE="http://freshmeat.net/projects/netio/" SRC_URI="http://freshmeat.net/redir/netio/18673/url_zip/netio116.zip" # neither doc nor documentation states a clear License. :-( # BSD? freeware? as-is? GPL? LICENSE="free-noncomm" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc" RDEPEND="virtual/glibc" S=${WORKDIR}/ src_compile() { pwd cd ${S} pwd emake unix || die } src_install() { into /usr dobin netio dodoc netio.doc # install binaries for other platforms into doc dodoc bin/os2-i386.exe bin/win32-i386.exe }