# -*- 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 60587 2009-11-16 09:12:21Z blb@macports.org $

PortSystem      1.0

name            gnome-backgrounds
version         2.28.0
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     nomaintainer
categories      gnome
platforms       darwin 
description     A collection of backgrounds for GNOME 2.

long_description \
    $description

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

checksums       md5     a137eae321c12ba253a1ce55b13b622d \
                sha1    834b9b35c4679e65c758298ffb379b674dd689ea \
                rmd160  fe4b72694700c57222146521f9188074fd83c6ca

depends_build   port:intltool

universal_variant   no

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