# -*- 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 gnome3-apps version 3.10.2 categories gnome license Permissive maintainers devans openmaintainer description The GNOME 3 Apps module set long_description \ ${description} homepage https://help.gnome.org/misc/release-notes/3.8/ master_sites platforms darwin distfiles # # This is a metaport # supported_archs noarch # # TODO # # The following modules are included in the current GNOME apps # module set but have not yet been ported to MacPorts # # accerciser # aisleriot (previously part of gnome-games) # bijiben # brasero (no support for darwin Mac OS X, requires Linux SG or BSD CAM) # cheese (requires Video4Linux or V4L2) # evolution # five-or-more (previously part of gnome-games) # four-in-a-row (previously part of gnome-games) # gnome-boxes # gnome-chess (previously part of gnome-games) # gnome-clocks # gnome-color-manager (no support for darwin Mac OS X, requires colord, udev) # gnome-documents # gnome-getting-started-docs # gnome-initial-setup # gnome-klotski (previously part of gnome-games) # gnome-mahjongg (previously part of gnome-games) # gnome-maps # gnome-mines (previously part of gnome-games) # gnome-music # gnome-nettool # gnome-nibbles (previously part of gnome-games) # gnome-photos # gnome-robots (previously part of gnome-games) # gnome-sudoku (previously part of gnome-games) # gnome-tetravex (previously part of gnome-games) # gnome-weather # iagno (previously part of gnome-games) # lightsoff (previously part of gnome-games) # nautilus-sendto # nemiver # orca # quadrapassel (previously part of gnome-games) # swell-foop # tali (previously part of gnome-games) # vinagre # # BROKEN PORTS # # The following ports are included in the current GNOME apps # module set and have been ported to MacPorts but # are currently broken and/or need to be updated # # gedit (doesn't build 3.8+) # depends_lib port:anjuta \ port:devhelp \ port:file-roller \ port:glade \ port:gnome-devel-docs \ port:rygel \ port:seahorse use_configure no build { } variant broken description {Build ports that are broken or need work} { port:gedit } destroot { file mkdir ${destroot}${prefix}/share/doc/gnome file copy ${filespath}/versions.txt ${destroot}${prefix}/share/doc/gnome/${name}.versions.txt } livecheck.type none