# -*- 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 70911 2010-08-26 01:45:30Z devans@macports.org $

PortSystem      1.0

name            system-tools-backends
version         2.10.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     bde46137761df8849d6ee176449f84f5 \
                sha1    28fddaecaedeefa2e3d63e9f8bc8848d96477272 \
                rmd160  ec73eb97c3f930dc2a04020d69bee2f3402338fe

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

depends_lib     port:dbus-glib \
                port:policykit

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+)*)}
