# -*- 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 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem      1.0

name            gnome-platform-suite
version         2.26.3
categories      gnome devel
maintainers     devans openmaintainer
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://live.gnome.org/TwoPointTwentyfive/Platform
master_sites

depends_lib     port:at-spi \
                port:atk \
                port:gconf \
                path:lib/pkgconfig/glib-2.0.pc:glib2 \
                port:gtk2 \
                port:gtk-doc \
                port:libglade2 \
                path:lib/pkgconfig/pango.pc:pango

#
# Upcoming GNOME Deprecations
#
# The following modules are heading towards planned deprecation. They will continue to be supported
# and API/ABI stable throughout the GNOME 2.x series, but the GNOME project does not recommend using
# them in new applications unless you require functionality that has not already been moved elsewhere.
#

depends_lib-append \
               port:audiofile \
               port:esound \
               port:gnome-mime-data \
               port:gnome-vfs \
               port:gnome-vfs-monikers \
               port:libart_lgpl \
               port:libbonobo \
               port:libbonoboui \
               port:libgnome \
               port:libgnomecanvas \
               port:libgnomeui \
               port:orbit2

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"
}

livecheck.type  none
