# $Id: Portfile 56143 2009-08-24 16:59:49Z devans@macports.org $

PortSystem 1.0

name		libglade
version		0.17
revision	2
categories	devel
maintainers	nomaintainer
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.
homepage	http://www.daa.com.au/~james/gnome/
platforms	darwin
master_sites    gnome:sources/${name}/${version}/
checksums	md5 38b2e2cfd813783fe157617813bfe3b3
patchfiles      patch-Makefile.in.diff
depends_lib 	lib:libglib.1:glib1 lib:libxml.1:libxml
configure.args  --mandir=${prefix}/share/man
configure.cppflags-append  "-no-cpp-precomp -L${prefix}/lib"
configure.cflags-append	"-fstrict-aliasing -funroll-loops"
