# $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $ PortSystem 1.0 name at-spi version 1.21.1 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 nomaintainer categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/at-spi/[strsed ${version} {/\.[0-9]*$//}]/ checksums md5 1fc0bea95472e0523533367a23953252 \ rmd160 a1e04c59943993c63515abc36a95ecc7ebd92b8a depends_build \ port:p5-xml-parser \ port:pkgconfig depends_lib \ port:atk \ port:gtk2 \ port:libbonobo \ port:gail \ port:py25-numeric \ port:py25-wxpython use_bzip2 yes configure.args --enable-static --enable-platform-gnome-2 --disable-xevie configure.env PYTHON=${prefix}/bin/python2.5 # --with-x is the default state for the configure file variant x11 { configure.args-append --with-x configure.cflgas-append "-I/usr/X11R6/include" } # currently does not work, see http://bugzilla.gnome.org/show_bug.cgi?id=500838 variant quartz { configure.args-append --without-x }