1 | # $Id: Portfile,v 1.7 2005/05/15 21:01:03 olegb Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name gtkmm2.0 |
---|
4 | version 2.2.12 |
---|
5 | distname gtkmm-${version} |
---|
6 | description C++ interface to GTK+. |
---|
7 | long_description gtkmm (previously known as Gtk--) is the official \ |
---|
8 | C++ interface for the popular GUI library GTK+. |
---|
9 | maintainers toralf@procaptura.com |
---|
10 | categories x11 devel |
---|
11 | platforms darwin |
---|
12 | homepage http://www.gtkmm.org/ |
---|
13 | master_sites gnome:sources/gtkmm/2.2 |
---|
14 | use_bzip2 yes |
---|
15 | checksums md5 d72986a00006aad01c9f5c2566a6f671 |
---|
16 | depends_lib lib:libgtk-x11-2:gtk2 {lib:libsigc-1.2:libsigc\+\+} |
---|
17 | configure.env CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" |
---|