# $Id: Portfile,v 1.13 2005/03/13 09:26:58 olegb Exp $ PortSystem 1.0 name libglade2 version 2.5.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.5/ checksums md5 e4734a59f1f2308d7714dc0ebf8163f1 distname libglade-${version} patchfiles patch_configure 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" \ LDFLAGS="-L/usr/X11R6/lib -lX11 -lXft -lfontconfig -lXrender -lXext -lXinerama -lXrandr"