# -*- 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 83176 2011-08-27 08:14:44Z jmr@macports.org $

PortSystem      1.0

name            nimbus
version         0.0.17
maintainers     nomaintainer
categories      x11 gnome
platforms       darwin
description     Default GNOME theme from Sun Microsystem

long_description ${description}

homepage        http://www.sun.com
master_sites    http://dlc.sun.com/osol/jds/downloads/extras/
use_bzip2       yes

checksums       md5     c338357e3918cf391193b8429cab5975 \
                sha1    0b984715e0c010ce034a32b7ba69e0582be65362 \
                rmd160  27ca94d7e5924db73a594086903b5b8cdf8e369a

depends_build   port:intltool port:pkgconfig port:icon-naming-utils
depends_lib     port:gnome-themes

universal_variant   no
use_autoreconf  yes
autoreconf.args -fvi

livecheck.type  regex
livecheck.url   ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
