# $Id: Portfile,v 1.18 2006/04/02 17:21:14 rhwood Exp $
PortSystem 1.0
name		gail
version		1.8.11
description	An implementation of the ATK interfaces for GTK+ widgets.
long_description        Gail, the Gnome Accessibility Implementation \
			library, is implementation of the ATK interfaces \
			for GTK+ widgets.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/gail/1.8/

checksums	md5 ff79df7dd0cf7a5109c089b9b5fbe17f \
		sha1 0b58a0dddcf7f9f502570c83d7924032d5eba5e8 \
		rmd160 2cc9c780cb4328c9d4964a0cf0a188efa63b02ae

depends_lib \
	port:libgnomecanvas

use_bzip2	yes

configure.args  --mandir=${prefix}/share/man
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 

variant use-sys-deps {
	depends_lib \
		lib:libgnomecanvas-2:libgnomecanvas
}
