# $Id: Portfile,v 1.5 2004/04/27 18:36:10 matt Exp $

PortSystem 1.0
name		vcp
version		1.6.1
revision	1
platforms	darwin
categories	sysutils
maintainers     thomasv@mac.com
description	vcp copies files and directories in a curses interface.
long_description   \
	vcp copies files and directories in a curses interface, with text \
	only output available. Its options and output are similar to cp. \
	It provides visual information about files copied and left to copy, \
	amount of data written and to be writen, amount of data being \
	written every second and two status bars representing the number \
	of files copied and to copy.
homepage        http://members.optusnet.com.au/~dbbryan/vcp/
master_sites	http://members.optusnet.com.au/%7Edbbryan/vcp/
checksums	md5 727a7c4de9ba53ea9dca9e4fbf20fcdf
use_configure   no
destroot {
	system "cd ${worksrcpath} && \
		install ${name} ${destroot}${prefix}/bin &&
		install ${name}.1 ${destroot}${prefix}/share/man/man1 &&
		install .vcp.sample ${destroot}${prefix}/etc/vcp.sample"
}
