1 | # $Id: Portfile,v 1.5 2005/09/13 06:57:39 olegb Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name dbus |
---|
4 | version 0.60 |
---|
5 | description A message bus system, a simple way for applications to talk to one another. |
---|
6 | long_description ${description} |
---|
7 | maintainers darwinports@opendarwin.org |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | homepage http://www.freedesktop.org/Software/dbus |
---|
11 | master_sites http://dbus.freedesktop.org/releases/ |
---|
12 | checksums md5 da9561b5e579cedddc34f53427e99a93 \ |
---|
13 | sha1 23de2bd60e5df1c83c0778969faa36f98b93a3b2 \ |
---|
14 | rmd160 035e0de53c2917b6e4b53a43026191d6de39a5f7 |
---|
15 | depends_lib lib:gtk.2:gtk2 lib:libxml2:libxml2 |
---|
16 | configure.args --mandir=${prefix}/share/man --disable-tests |
---|
17 | configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ |
---|
18 | CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress -L${prefix}/lib" |
---|
19 | # here could be a ton'o'variants |
---|