Ticket #6414: Portfile

File Portfile, 640 bytes (added by toralf@…, 18 years ago)

gtkmm2.0/Portfile

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