# $Id: Portfile,v 1.24 2006/06/16 12:06:39 rhwood Exp $
PortSystem 1.0
name		gnome-desktop
version		2.14.2
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	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/gnome-desktop/2.14/

checksums	md5 9c252124a80453d47377664b31159590 \
			sha1 21212ade9ad886c6e960383862bf0d65a0835be0 \
			rmd160 3ce584f3675e915be8aaf86909cd05cc8c1b3454

depends_lib \
	port:startup-notification \
	port:gnome-doc-utils \
	port:libgnomeui
	
use_bzip2 	yes

configure.args  --mandir=${prefix}/share/man \
		--with-gnome-distributor=DarwinPorts \
		--with-kde-datadir=${prefix}/share \
		--disable-scrollkeeper

configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 

post-install {
	system "scrollkeeper-update"
}
