a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22815 2007-03-15 09:46:29Z rhwood@macports.org $
PortSystem 1.0
name gnome-platform-suite
version 2.18.0
categories gnome devel
maintainers rhwood@macports.org openmaintainer@macports.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:gnome-vfs-monikers \
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"
}