# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 107731 2013-07-04 18:35:12Z jeremyhu@macports.org $

PortSystem      1.0

name            gnome-themes
conflicts       gnome-themes-standard
version         2.32.1
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     devans openmaintainer
categories      gnome
platforms       darwin
supported_archs noarch
license         LGPL-2 GPL-2
description     A collection of themes and icons for GNOME 2 designed for accessibility.

long_description \
    New package of default themes for GNOME, \
    which currently includes GTK+ and icon \
    themes designed for accessibility.

homepage        http://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/
use_bzip2       yes

checksums       sha256  8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a \
                rmd160  f6fc96686e6076995f0c2a5b25c655e513435941

depends_build   port:icon-naming-utils \
                port:pkgconfig \
                port:intltool

depends_lib     port:gtk2 \
                port:gtk-engines2 \
                port:gnome-icon-theme

configure.args  --enable-all-themes

# Don't do intltool's INTLTOOL_PERL dance
use_autoreconf  yes
autoreconf.args -fvi

livecheck.type  gnome
