# -*- 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 51367 2009-05-23 14:13:48Z devans@macports.org $

PortSystem      1.0

name            gnome-backgrounds
version         2.24.1
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     28e09fcdeef5616bc612b36e5068e413 \
                sha1    b949bfa3d790b776ef3697cf406eb31fdab9db23 \
                rmd160  28f2e3681ee1bcd89342a2a001433d1dbad8ccac

depends_build   port:intltool

use_parallel_build  yes

universal_variant   no

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