# $Id: Portfile,v 1.5 2003/03/03 07:26:06 mij Exp $ PortSystem 1.0 name tth version 3.30 categories print maintainers digdog@mac.com description a TeX to HTML transaltor platforms darwin master_sites http://hutchinson.belmont.ma.us/tth/tth-noncom/ distname ${portname}_C extract.sufx .tgz checksums md5 7cb3b6b55c821b44aa8918b855a7b16b configure {} build { cd ${worksrcpath}; system "cc -o ${portname} ${portname}.c" } pre-install { system "install -o root -m 755 -d ${destroot}${prefix}/bin"; system "install -o root -m 755 -d ${destroot}${prefix}/man/man1" } install { cd ${worksrcpath}; system "install -o root -m 755 -c ${portname} ${destroot}${prefix}/bin" system "install -o root -m 755 -c latex2gif ${destroot}${prefix}/bin" system "install -o root -m 755 -c ps2gif ${destroot}${prefix}/bin" system "install -o root -m 755 -c ps2png ${destroot}${prefix}/bin" system "install -o root -m 644 -c ${portname}.1 ${destroot}${prefix}/man/man1"}