# $Id: Portfile,v 1.1 2005/11/13 17:01:20 rhwood Exp $

PortSystem	1.0
name		gtkspell2
version		2.0.11
categories	x11 gnome textproc
maintainers	gnome-darwinports@opendarwin.org	rhwood@opendarwin.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-${portversion}
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.
