# -*- 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$ PortSystem 1.0 name gnome-platform-suite version 2.32.1 categories gnome devel maintainers devans openmaintainer description The GNOME 2 Developer Platform long_description ${description} is the set of libraries and \ services that developers can rely upon to develop fully \ GNOME 2 compliant applications. The platform is one of the \ suites of software packages that form the complete GNOME 2 \ project offerings. platforms darwin homepage http://live.gnome.org/TwoPointThirtyone/Platform master_sites # # This is a metaport # supported_archs noarch depends_lib port:atk \ port:gconf \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:gdk-pixbuf2 \ port:gtk2 \ port:gtk-doc \ 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:libglade2 \ port:libgnome \ port:libgnomecanvas \ port:libgnomeui \ port:libidl \ port:orbit2 distfiles fetch { } checksum { } use_configure no build { } # # these ports are included in the Platform spec but conflict with at-spi2-atk # used by newer gtk3 based ports and are, therefore, considered optional. # They will be removed in a future version. # variant assist description {Build AT-SPI modules} { depends_lib-append port:at-spi } destroot { file mkdir ${destroot}${prefix}/share/doc/ system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt" } livecheck.type none