# -*- 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 106040 2013-05-14 00:47:26Z devans@macports.org $

PortSystem      1.0

name            gnome-icon-theme
version         2.31.0
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     nomaintainer
categories      gnome
platforms       darwin
license         GPL-2
description     A collection of icons for the GNOME 2 desktop.

long_description \
                gnome-icon-theme is a collection of icons and \
                emblems for the GNOME 2 desktop.

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

use_bzip2       yes

checksums       rmd160  8f07afe3112a61b91081986f73ff09aed5a9ed1f \
                sha256  ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982

depends_build   port:intltool \
                port:pkgconfig \
                port:libiconv \
                port:hicolor-icon-theme \
                port:icon-naming-utils
    
supported_archs noarch

livecheck.type  gnome-with-unstable
