a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21336 2007-01-20 12:33:51Z rhwood@macports.org $
PortSystem 1.0
name gal
version 2.4.3
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.
maintainers nomaintainer@macports.org
categories gnome
platforms darwin
homepage http://www.gnome.org
master_sites gnome:sources/gal/2.4/
checksums md5 de9ef290fd614a1057e26e31bc294142
depends_lib lib:libgnomeprintui:libgnomeprintui \
port:dbus \
port:dbus-glib
use_bzip2 yes
configure.args --mandir=${prefix}/share/man
configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"