# $Id: Portfile,v 1.9 2004/02/23 13:59:05 olegb Exp $ PortSystem 1.0 name libglade2 version 2.0.1 description GNOME glade library. long_description A library that allows you to load GLADE interfaces \ at runtime (you don't have to generate stubs with \ GLADE before hand). This way you can change the \ look of your application without recompiling. \ This way you can write the logic behind the \ interface separately from the code to build the \ interface, so changing the interface is not so \ much of a problem. maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/libglade/2.0/ checksums md5 4d93f6b01510013ae429e91af432cfe2 distname libglade-${version} depends_lib lib:libgnome-2:libgnome use_bzip2 yes configure.args --mandir=${prefix}/share/man configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"