a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22859 2007-03-17 10:43:47Z rhwood@macports.org $
PortSystem 1.0
name gnome-desktop
version 2.18.0
description Additional UI API for GNOME 2
long_description This is a collection of APIs not included in \
libgnomeui as they have not undergone sufficient \
testing.
maintainers rhwood@macports.org openmaintainer@macports.org
categories gnome
platforms darwin
homepage http://www.gnome.org/
master_sites gnome:sources/gnome-desktop/2.18/
checksums md5 3fdea4f0188e5b1c19beb0dd0cbd317e \
sha1 bcd904bb67552b014dc6cc0033148eae5af4969f \
rmd160 dfc3c32c0b970788edef6e7e0f2954e217bbed86
depends_lib \
port:startup-notification \
port:gnome-doc-utils \
port:libgnomeui \
port:dbus \
port:dbus-glib
use_bzip2 yes
configure.args --mandir=${prefix}/share/man \
--with-gnome-distributor=MacPorts \
--with-kde-datadir=${prefix}/share \
--disable-scrollkeeper
configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include"
post-activate {
system "scrollkeeper-update"
}