a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21392 2007-01-23 01:03:09Z ryandesign@macports.org $
PortSystem 1.0
name gal2
version 1.99.11
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
distname gal-${version}
master_sites gnome:sources/gal/1.99
checksums md5 906c0640d3160a55aac98974aecfb316
depends_lib lib:libgnomeprintui:libgnomeprintui
use_bzip2 yes
patchfiles patch_ltmain.sh
configure.args --mandir=${prefix}/share/man
configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"