# $Id: Portfile,v 1.13 2003/10/06 13:50:29 mij Exp $ PortSystem 1.0 name atk version 1.4.0 categories devel maintainers mij@opendarwin.org description GNOME accessibility toolkit homepage http://developer.gnome.org/projects/gap/ platforms darwin long_description ATK is the GNOME Accessibility ToolKit - \ http://developer.gnome.org/projects/gap/ master_sites ftp://ftp.gnome.org/pub/gnome/sources/atk/1.4/ \ ftp://archive.progeny.com/GNOME/sources/atk/1.4/ \ ftp://archive.progeny.com/GNOME/sources/atk/1.4/ checksums md5 e501dde880fb2bbe77e428cfa2ee25f6 use_bzip2 yes depends_lib lib:libglib.2:glib2 patchfiles patch-Makefile.in configure.env LDFLAGS="-L${prefix}/lib -no-undefined" \ CPPFLAGS="-I${prefix}/include -no-cpp-precomp" \ CFLAGS="-O3 -funroll-loops -fstrict-aliasing" configure.args --disable-gtk-doc post-destroot { system "ln -fs libatk-1.0.0.400.0.dylib \ ${destroot}${prefix}/lib/libatk.1.dylib" }