# $Id: Portfile,v 1.15 2004/07/31 19:13:08 jkh Exp $ PortSystem 1.0 name ispell version 3.2.06 revision 2 categories textproc spelling platforms darwin freebsd maintainers landonf@opendarwin.org description An interactive spelling checker for multiple languages master_sites http://fmg-www.cs.ucla.edu/geoff/tars/ checksums md5 d434e1aef1a815294d5012c60c4c414a build.env TMPDIR=${workpath} configure { cd ${workpath}/${worksrcdir} xinstall -c -m 0744 local.h.samp local.h reinplace s|/usr/local|${prefix}|g local.h reinplace s|/man/|/share/man/|g local.h } pre-destroot { xinstall -d ${destroot}${prefix}/bin xinstall -d ${destroot}${prefix}/lib xinstall -d ${destroot}${prefix}/share/man cd ${workpath}/${worksrcdir} reinplace "s|${prefix}|${destroot}${prefix}|g" config.sh} destroot.destdir {}