# $Id: Portfile,v 1.12 2005/06/13 16:23:48 mij Exp $ PortSystem 1.0 name aspell version 0.60.2 revision 2 categories textproc maintainers mij@opendarwin.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 d067596a1d9029d127d85e5040bab0ab patchfiles patch-configure configure.env LIBS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" \ CFLAGS="-I${prefix}/include" configure.args --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" }