# $Id: Portfile,v 1.10 2004/04/09 16:54:53 olegb Exp $ PortSystem 1.0 name libglade2 version 2.3.6 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.3/ checksums md5 f579c881b95e6dee0f55f82940eb2004 distname libglade-${version} depends_lib lib:libgnome-2:libgnome lib:libart_lgpl_2:libart_lgpl 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"