# -*- 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 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem      1.0

name            gnome-icon-theme
version         2.26.0
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     nomaintainer
categories      gnome
platforms       darwin
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}/

checksums       md5     36a4e5e1b2c7c053779a9a399f6146a2 \
                sha1    d71f4c893de7ce84306276c586f580dd1e582d68 \
                rmd160  b591b093815c2924aef0ea503d940221c73d3339

depends_build \
    port:intltool \
    port:pkgconfig \
    port:libiconv \
    port:hicolor-icon-theme \
    port:icon-naming-utils \
    
use_bzip2       yes

universal_variant   no

livecheck.type  regex
livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
