# $Id: Portfile,v 1.1 2004/05/15 23:58:49 mww Exp $

PortSystem 1.0

name		bcv
version		2.2
categories	math
platforms	darwin
maintainers	mww@opendarwin.org
description	command line number converter
long_description	Converts number to/from decimal, hex, bin, octal and \
			ascii on the command line.

homepage	http://gbarbier.free.fr/prj/dev/#bcv
master_sites	http://www.opendarwin.org/~mww/files/
checksums	md5 224b7c1a0dc4ac1fa8ce50e0bd99c5c2

use_configure	no

destroot	{
	xinstall -m 755 -s ${worksrcpath}/bcv ${destroot}${prefix}/bin
	xinstall -m 644 ${worksrcpath}/bcv.1 ${destroot}${prefix}/share/man/man1
}
