# $Id: Portfile 71221 2010-09-05 07:48:03Z ryandesign@macports.org $

PortSystem 1.0

name		wdiff
version		0.6.3
categories	textproc
platforms	darwin
maintainers	fenner
description	Display word differences between text files
long_description wdiff compares two files, finding which \
 words have been deleted or added to old_file to get new_file. A \
 word is anything between whitespace. The output is collected and \
 used to produce an annotated copy of new_file on standard output. \
 Suitable annotations produce a nice display of word differences \
 between the original files.

homepage	http://www.gnu.org/software/wdiff/
master_sites	gnu

checksums	sha1    3138bad5c054632e5fbefa75a97a17c321693dfe \
		rmd160  c38b7d085c33b05b33b76cd01c6389a44bbe34d0

depends_lib	port:gettext

destroot.destdir prefix=${destroot}${prefix} \
 mandir=${destroot}${prefix}/share/man/man1 \
 infodir=${destroot}${prefix}/share/info
destroot.target	install install-man
