Portfile

# $Id: Portfile 20497 2006-11-03 15:49:13Z blair@macports.org $
PortSystem 1.0
name gtkmm20
version 2.2.12
distname gtkmm-${version}
description C++ interface to GTK+.
long_description gtkmm (previously known as Gtk--) is the official \
C++ interface for the popular GUI library GTK+.
maintainers toralf@procaptura.com
categories x11 devel
platforms darwin
homepage http://www.gtkmm.org/
master_sites gnome:sources/gtkmm/2.2
use_bzip2 yes
checksums md5 d72986a00006aad01c9f5c2566a6f671
depends_lib lib:libgtk-x11-2:gtk2 lib:libsigc-1.2:libsigcxx
configure.env CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"