# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name enchant version 1.4.2 categories textproc devel maintainers kix.in:anant description Spellchecker wrapping library homepage http://www.abisource.com/enchant/ platforms darwin long_description On the surface, Enchant appears to be a generic spell checking library.\ You can request dictionaries from it, ask if a word is correctly spelled,\ get corrections for a misspelled word, etc. but all it really does is to \ provide a uniform wrapper over several popular spell checking libraries \ including aspell, ispell and AppleSpell. master_sites http://www.abisource.com/downloads/${name}/${version}/ checksums md5 fe4558269ff59f569ab9581c907d58cb \ sha1 75cb0ab7b4e9d43c12bfe6daabf99fde6f06ad4b \ rmd160 d3dab04a9c4182ae316ce5156dca43e48eda85e6 depends_lib port:glib2 depends_build bin:glibtoolize:libtool \ port:pkgconfig configure.args --mandir=${prefix}/share/man pre-configure { # cd ${worksrcpath} # system "aclocal -Iac-helpers/" # system "automake --add-missing" # system "glibtoolize --force --copy" # system "cp /usr/share/automake-1.6/config.guess ." # system "cp /usr/share/automake-1.6/config.sub ." # system "autoconf" } livecheck.check regex livecheck.url http://www.abisource.com/downloads/${name}/ livecheck.regex {"(\d+(?:\.\d+)*)/"}