Portfile

# $Id: Portfile 21208 2007-01-13 19:00:48Z rhwood@macports.org $
PortSystem 1.0
name bonobo-activation
version 2.2.2
description Bonobo Activation is the Object Activation Framework for GNOME
long_description Bonobo Activation is the new Object Activation \
Framework for GNOME. Bonobo Activation has a \
similar purpose to gnorba, the GNOME 1.x CORBA \
activation library, and has replaced it for GNOME 2.0.
maintainers nomaintainer@macports.org
categories gnome
platforms darwin
homepage http://developer.gnome.org/doc/API/2.0/bonobo-activation/architecture.html
master_sites gnome:sources/bonobo-activation/2.2/
checksums md5 fc2c20771ef3f487b1cd67a8de5a7142
depends_lib lib:libORBit-2.0:orbit2 lib:libgtk.2:gtk2 \
lib:libxml2.2.6.0:libxml2
depends_build bin:pkg-config:pkgconfig
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"