# $Id: Portfile,v 1.1 2004/05/27 10:03:47 fkr Exp $

PortSystem              1.0
name                  	bmon
version                	1.2.1
categories              net
maintainers             lomion@mac.com
description		An interface bandwidth monitor
long_description	bmon is a bandwidth monitor with multiple modes and \
			mrtg-like ascii diagram capability.
homepage                http://trash.net/~reeler/bmon
platforms               darwin
master_sites            ${homepage}/files

checksums              	md5 229959798c838ebabc042eedd5c9c427

configure.args		--mandir=${prefix}/share/man

destroot {		xinstall -m 755 -d ${destroot}${prefix}/bin
			xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
     			file copy ${worksrcpath}/bmon  ${destroot}${prefix}/bin
     			file copy ${worksrcpath}/bmon.1 \
     			${destroot}${prefix}/share/man/man1 }
