# $Id: Portfile,v 1.12 2006/04/04 00:57:44 rhwood Exp $
PortSystem 1.0
name		at-spi
version		1.7.7
description	Gnome Accesibility Technologi Service
long_description	'at-spi' is a part of the Gnome Accessibility Project. \
		It provides a Service Provider Interface for the Assistive \
		Technologies available on the GNOME platform, and a library \
		against which applications can be linked.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/at-spi/1.7/

checksums	md5 2988cd21d9f292fd404a8c532fe2723d \
		rmd160 e19c1d3f7696832add2c3bc2a2f965acf5d019f6

depends_lib	port:libbonobo port:gail

use_bzip2 	yes

configure.args	--enable-static --enable-platform-gnome-2 --disable-xevie
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 
