# $Id: Portfile,v 1.3 2004/04/26 22:40:16 mww Exp $

PortSystem 1.0
name            cvsdelta
version         1.6.5
platforms       darwin
categories      devel
maintainers     mich@freebsdcluster.org
description     Cvsdelta summarizes differences between local and in-cvs files
long_description	cvsdelta summarizes the difference between a CVS project \
        		and its local version. It detects files that have been added \
        		and removed, and of existing files it counts the number of \
        		lines that have been added, deleted, and changed. \
        		It filters project changes by using .cvsignore \
			files, both system-wide and locally.
homepage        http://cvsdelta.sourceforge.net/
master_sites	sourceforge
checksums       md5 c8812977529470c2c0aab003e1c2f452
use_configure   no
destroot {	xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
                xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1" }
