# $Id: Portfile 20757 2006-11-26 10:38:25Z rhwood@macports.org $ PortSystem 1.0 name gnome-platform-suite version 2.12 categories gnome devel maintainers rhwood@macports.org openmaintainer@macports.org@macports.org macports-dev@lists.macosforge.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" }