# -*- 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 version 2.16.2 categories gnome platforms darwin maintainers nomaintainer description The GNOME Desktop mega-port. long_description GNOME is a complete, free and easy-to-use desktop environment for users, as well as a powerful application development framework for software developers. This port includes the GNOME desktop, GNOME platform, and, optionally the GNOME office. homepage http://www.gnome.org/ master_sites gnome depends_lib port:gnome-desktop-suite distfiles fetch { } checksum { } use_configure no build { } destroot { file mkdir ${destroot}${prefix}/share/doc/ file copy ${filespath}/README.gnome.txt ${destroot}${prefix}/share/doc } post-activate { ui_msg "To start gnome put \"exec gnome-session\" in your .xinitrc" ui_msg "See also http://svn.macosforge.org/projects/macports/wiki/GNOME" } # insert tons'o'variants here variant office description {Include office apps} { depends_lib-append bin:gnumeric:gnumeric bin:abiword:abiword-x11 bin:dia:dia } variant graphics description {Include graphics apps} { depends_lib-append bin:sodipodi:sodipodi bin:inkscape:inkscape } variant www description {Include web apps} { depends_lib-append bin:galeon:galeon bin:epiphany:epiphany } livecheck.check none