# $Id: Portfile,v 1.2 2003/03/03 07:25:28 mij Exp $ PortSystem 1.0 name tidy version 20000804 categories www maintainers mij@opendarwin.org description Fixes and tidies up HTML files homepage http://www.w3.org/People/Raggett/ platforms darwin long_description Tidy is a utility to clean up and fix broken HTML files. master_sites http://www.w3.org/People/Raggett/ distname tidy4aug00 extract.sufx .tgz checksums md5 5faa2b127ae7f1c7ab07ed677db189e7 worksrcdir ${distname} patchfiles patch-Makefile patch-html.h patch-localize.c \ patch-platform.h patch-config.c patch-lexer.c \ patch-man_page.txt patch-tidy.c configure {} pre-install { system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 755 -d \ ${destroot}${prefix}/man/man1" } install.args prefix=${destroot}${prefix}