# -*- 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 115226 2013-12-29 00:37:37Z devans@macports.org $

PortSystem      1.0

name            gal
version         2.5.3
revision        2
license         LGPL-2
set branch      [join [lrange [split ${version} .] 0 1] .]
description     GNOME Application Libs (GAL).
long_description \
                The GNOME Application Libs (GAL) module contains \
                some library functions that came from Gnumeric \
                and Evolution.  The idea is to reuse the code \
                across various larger GNOME applications that \
                might want to use it. This module is outdated \
                and no longer used in the GNOME project.
maintainers     nomaintainer
categories      gnome
platforms       darwin
homepage        http://www.gnome.org
master_sites    gnome:sources/${name}/${branch}/

checksums       md5     8fae770488887f9d0f95bcdbffc673cc \
                sha1    7c590925bfc9f2650464d658c2d970291b034449 \
                rmd160  caa7322c430059832829107027faa6fe7cee6e94

depends_build   port:intltool \
                port:pkgconfig

depends_lib     port:libgnomeprintui \
                port:libgnomecanvas \
                port:libgnomeui \
                port:dbus-glib

use_bzip2       yes

patchfiles      patch-gal-widgets-e-unicode.h.diff

configure.args  --mandir=${prefix}/share/man

universal_variant no

livecheck.type  gnome-with-unstable
