# $Id: Portfile,v 1.24 2006/03/21 11:26:31 rhwood Exp $
PortSystem 1.0
name		libbonobo
version		2.14.0
description	A library for creating reusable components
long_description        Bonobo is a set of language and system \
			independant CORBA interfaces for creating \
			reusable components, controls and creating \
			compound documents.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/libbonobo/2.14
checksums	md5 f1f0255f94e3354250d142b688013fad \
		sha1 2f6c7de0a7104d153ade745117c38bea3b9a1092 \
		rmd160 7364aa2db7c55b1e2f2b5063e29b2062d5b73b3d
depends_lib \
			port:orbit2 \
			port:intltool
use_bzip2 	yes
configure.args  --mandir=${prefix}/share/man
configure.env	CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
		CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 

variant use-sys-deps {
	depends_lib \
		lib:libORBit-2.0:orbit2 \
		bin:intltool:intltool
}
