# $Id: Portfile 30803 2007-11-07 09:53:18Z ryandesign@macports.org $ PortSystem 1.0 name ispell version 3.3.02 categories textproc spelling platforms darwin freebsd maintainers nomaintainer description An interactive spelling checker for multiple languages long_description International Ispell is an interactive spell-checking program for Unix which supports a large number of European languages. homepage http://ficus-www.cs.ucla.edu/geoff/ispell.html master_sites http://fmg-www.cs.ucla.edu/geoff/tars/ checksums md5 12087d7555fc2b746425cd167af480fe build.env TMPDIR=${workpath} configure { xinstall -c -m 0744 -W ${worksrcpath} local.h.macos local.h reinplace s|/usr/local|${prefix}|g ${worksrcpath}/local.h reinplace s|/man/|/share/man/|g ${worksrcpath}/local.h } pre-destroot { xinstall -d ${destroot}${prefix}/bin xinstall -d ${destroot}${prefix}/lib xinstall -d ${destroot}${prefix}/share/man reinplace "s|${prefix}|${destroot}${prefix}|g" ${worksrcpath}/config.sh} destroot.destdir {}