# $Id: Portfile,v 1.8 2003/11/17 21:20:06 jkh Exp $ PortSystem 1.0 name tidy version 20031002 categories www maintainers mij@opendarwin.org description Fixes and tidies up HTML files homepage http://tidy.sourceforge.net platforms darwin long_description Tidy is a utility to clean up and fix broken HTML files. master_sites ${homepage}/src/ distname tidy_src extract.suffix .tgz checksums md5 0beee12f55fc0a702ff5c402dd1dcae9 worksrcdir ${name} pre-configure { system "cd ${worksrcpath} && /bin/sh ${worksrcpath}/build/gnuauto/setup.sh" } post-destroot { system "ln -fs libtidy-0.99.0.0.0.dylib ${destroot}${prefix}/lib/libtidy.0.dylib" }