Portfile

# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $

PortSystem 1.0
name gtkspell2
version 2.0.11
categories x11 gnome textproc
maintainers rhwood@macports.org openmaintainer@macports.org
description Library for highlighting and replacement of misspelled words.
long_description GtkSpell provides word-processor-style highlighting \
and replacement of misspelled words in a GtkTextView \
widget. Right-clicking a misspelled word pops up a \
menu of suggested replacements.
homepage http://gtkspell.sourceforge.net
master_sites $homepage/download
distname gtkspell-${version}
checksums md5 494869f67146a12a3f17a958f51aeb05
depends_lib lib:libaspell:aspell \
lib:gtk.2:gtk2
configure.args --disable-debug
configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"

#NOTES Port is named gtkspell2 due to ongoing development of gtkspell3
# Although there are no ports that require this port, there are a
# number of ports that will build with it if it is present.