# -*- 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 87704 2011-12-01 22:12:21Z devans@macports.org $

PortSystem      1.0

name            system-tools-backends
version         2.10.2
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     nomaintainer
categories      gnome
license         GPL-2+
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       sha256  1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670

depends_build   port:pkgconfig \
                port:intltool

depends_lib     port:dbus-glib \
                port:policykit \
                port:p5.12-net-dbus

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