# $Id: Portfile,v 1.1 2005/07/05 07:06:14 mww Exp $ PortSystem 1.0 name tkdiff version 4.1 categories x11 devel platforms darwin maintainers mww@opendarwin.org description graphical front end to the diff program long_description tkdiff is a graphical front end to the diff program. It \ provides a side-by-side view of the differences between two \ files, along with several innovative features such as diff \ bookmarks and a graphical map of differences for quick \ navigation. homepage http://tkdiff.sourceforge.net/ master_sites sourceforge distname tkdiff_4_1 checksums md5 6563ecd85c754cfd7d2c17eeade84ae7 depends_run port:tk worksrcdir ${name}-unix configure { reinplace "s|exec wish|exec ${prefix}/bin/wish|g" ${worksrcpath}/tkdiff } build {} destroot { xinstall -m 755 ${worksrcpath}/tkdiff ${destroot}${prefix}/bin xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/ xinstall -m 644 -W ${worksrcpath} COPYING Changelog \ ${destroot}${prefix}/share/doc/${name}/ }