# $Id: Portfile,v 1.10 2005/05/16 16:14:54 mij Exp $ PortSystem 1.0 name aspell version 0.60.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" post-destroot { ui_msg "\nYou must install one of the language dictionaries after installing\nthis port in order for it to work.\n" }