# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem      1.0

name            system-tools-backends
version         2.6.1
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     nomaintainer
categories      gnome
platforms       darwin 
description     Tools aimed to ease computer administration.

long_description \
    Formerly known as the Ximian Setup Tools, the GST are \
    a fully integrated set of tools aimed to make easy the \
    job that means the computer administration on an UNIX \
    or Linux system. They're thought to help from the new \
    Linux or UNIX user to the system administrators. The \
    GNOME System Tools are free software, licensed under \
    the terms of the GNU General Public License.

homepage        http://system-tools-backends.freedesktop.org/
master_sites    gnome:sources/${name}/${branch}/
use_bzip2       yes

checksums       md5     c82a9d305c3a1bf924bba6b1bced3e86 \
                sha1    fa49c81963ab8c522dfefb9a8c2ffda61380a01b \
                rmd160  7fb3a97ef291f80b330ad5c7146d0cd32a264a74

depends_build   port:pkgconfig \
                port:p5-net-dbus

depends_lib     port:libgnomeui \

depends_run     port:p5-net-dbus

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