# $Id$ PortSystem 1.0 name aspell version 0.60.5 categories textproc maintainers mij@macports.org description Spell checker with better logic than ispell homepage http://aspell.net/ platforms darwin long_description Aspell is a spell checker designed to eventually \ replace ispell. Aspell's main feature is that it \ does a much better job of coming up with possible \ suggestions than ispell. master_sites gnu \ freebsd checksums md5 17fd8acac6293336bcef44391b71e337 \ sha1 170ff906bd909dba32144c972d322cfc8fbff41b \ rmd160 1efc56988a01e60d1fcff0143e910f5cb6618a76 configure.env LIBS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" \ CFLAGS="-I${prefix}/include" configure.args --disable-nls --enable-dict-dir="${prefix}/share/aspell" \ --enable-compile-in-filters --infodir=${prefix}/share/info post-destroot { file delete -force ${destroot}${prefix}/share/info/dir } post-install { ui_msg "\nYou must install one of the language dictionaries after installing\nthis port in order for it to work.\n" }