# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 42002 2008-11-13 13:44:31Z devans@macports.org $ PortSystem 1.0 name gnome-platform-suite version 2.24.0 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:gconf \ path: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 \ path:lib/pkgconfig/pango.pc:pango distfiles fetch { } checksum { } use_configure no build { } destroot { file mkdir ${destroot}${prefix}/share/doc/ system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt" } variant quartz description "Use Quartz instead of X11" { depends_lib-delete port:at-spi } livecheck.check none