# $Id: Portfile,v 1.2 2006/02/11 17:00:26 rhwood Exp $

PortSystem	1.0
name		gnome-platform-suite
version		2.12
categories	gnome devel
maintainers	rhwood@opendarwin.org gnome-darwinports@opendarwin.org
description	The GNOME developer platform
long_description	The GNOME developer platform is the set of libraries and services that developers can rely upon to develop fully GNOME compliant applications. The platform is one of the suites of software packages that form the complete GNOME project offerings.
homepage	http://www.gnome.org/
depends_lib	port:atk	\
		port:at-spi	\
		port:audiofile	\
		port:esound	\
		port:gail	\
		port:gconf	\
		port:glib2	\
		port:gnome-mime-data	\
		port:gnome-vfs	\
		port:gtk2	\
		port:intltool	\
		port:libart_lgpl	\
		port:libbonobo	\
		port:libbonoboui	\
		port:libglade2	\
		port:libgnome	\
		port:libgnomecanvas	\
		port:libgnomeui	\
		port:libidl	\
		port:libxml2	\
		port:libxslt	\
		port:orbit2	\
		port:pango
distfiles
fetch           { }
checksum        { }
configure       { }
build           { }
destroot        {
	file mkdir ${destroot}${prefix}/share/doc/
	system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
}
