# -*- 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 120100 2014-05-15 14:57:52Z devans@macports.org $

PortSystem      1.0

name            gnome3-apps
version         3.12.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.12/
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-software
# gnome-sound-recorder
# 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
# polari
# 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
#

depends_lib     port:anjuta \
                port:devhelp \
                port:file-roller \
                port:gedit \
                port:gitg \
                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} {
}

destroot        {
    file mkdir ${destroot}${prefix}/share/doc/gnome
    file copy ${filespath}/versions.txt ${destroot}${prefix}/share/doc/gnome/${name}.versions.txt
}

livecheck.type  none
