a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21546 2007-01-28 02:44:50Z rhwood@macports.org $
PortSystem 1.0
name gtkmm
version 2.10.6
description C++ interface to GTK+.
long_description gtkmm (previously known as Gtk--) is the official \
C++ interface for the popular GUI library GTK+.
maintainers nomaintainer@macports.org
categories x11 devel
platforms darwin
homepage http://www.gtkmm.org/
master_sites gnome:sources/gtkmm/2.10
use_bzip2 yes
checksums md5 50e9b06ad015ecc54a180fd654ef42df \
sha1 7e29e70c7ccb66b5c75e3fd4ca7b8d73d635e482 \
rmd160 53b6e13bfb68abe34bdc67c2767cf270425c5c7e
# use variant +use-sys-deps to depend on the libraries
depends_lib port:gtk2 port:glibmm port:cairomm
configure.env CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
variant use-sys-deps {
depends_lib-delete port:gtk2 port:glibmm port:cairomm
depends_lib-append lib:libgtk-x11-2:gtk2 lib:libglibmm-2:glibmm lib:libcairomm-1:cairomm
}