# $Id: Portfile,v 1.5 2005/09/13 06:57:39 olegb Exp $ PortSystem 1.0 name dbus version 0.34 description A message bus system, a simple way for applications to talk to one another. long_description ${description} maintainers darwinports@opendarwin.org categories devel platforms darwin homepage http://www.freedesktop.org/Software/dbus master_sites http://dbus.freedesktop.org/releases/ checksums md5 fd25c4ee2374f6c3ef9e236290667242 depends_lib lib:gtk.2:gtk2 lib:libxml2:libxml2 configure.args --mandir=${prefix}/share/man --disable-mono --disable-monodocs \ --disable-tests configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress -L${prefix}/lib" # here could be a ton'o'variants