# -*- 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 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem          1.0

name                gdl
version             2.26.2
set branch          [join [lrange [split ${version} .] 0 1] .]
categories          gnome devel
maintainers         devans openmaintainer
description         GNOME development library.
long_description \
   This package contains components and libraries that are intended to be \
   shared between GNOME development tools, including gnome-debug, \
   gnome-build, and anjuta2.

platforms           darwin

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

checksums           md5     461b077f33ee7a447964f521e5455fd1 \
                    sha1    29402c29c42fef5dc37748d4ff52e1f96e94f2b4 \
                    rmd160  c4a2dee8355f6b005490eda2cd0ef2399e2e5179

depends_build       port:pkgconfig \
                    port:intltool \
                    port:p5-xml-parser \
                    port:gtk-doc

depends_lib         port:gtk2 \
                    port:libglade2 \
                    port:libxml2

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

