# $Id: Portfile,v 1.11 2005/12/04 23:17:07 pkern Exp $ PortSystem 1.0 name gtkmm version 2.8.1 description C++ interface to GTK+. long_description gtkmm (previously known as Gtk--) is the official \ C++ interface for the popular GUI library GTK+. maintainers darwinports@opendarwin.org categories x11 devel platforms darwin homepage http://www.gtkmm.org/ master_sites gnome:sources/gtkmm/2.8 use_bzip2 yes checksums md5 194d4a21368f92061fd3f68acf3a7c8d # Depend on the port rather than on the library (lib:libglibmm-2:glibmm) # itself, as it needs glibmm >= 2.8.0 to compile depends_lib port:glibmm configure.env CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"