# $Id: Portfile 38077 2008-07-05 21:37:56Z ryandesign@macports.org $ PortSystem 1.0 name gnome-platform-suite version 2.22.1 categories gnome devel maintainers nomaintainer 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. platforms darwin homepage http://www.gnome.org/ master_sites gnome depends_lib port:at-spi \ port:atk \ port:audiofile \ port:esound \ port:gail \ port:gconf \ path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \ port:gnome-mime-data \ port:gnome-vfs \ port:gnome-vfs-monikers \ port:gtk2 \ port:gtk-doc \ 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" } variant quartz { depends_lib-delete port:at-spi }