# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 107790 2013-07-05 20:17:08Z devans@macports.org $ PortSystem 1.0 name gnome-bindings-cxx version 2.32.1 categories devel gnome platforms darwin supported_archs noarch maintainers nomaintainer description The GNOME bindings for C++ long_description \ The GNOME bindings is the set of libraries that allow developers to \ develop fully GNOME compliant applications in C#, C++, Java, Perl, and \ Python. The platform is one of the suites of software packages that form \ the complete GNOME project offerings. These are the GNOME bindings for C++. homepage http://www.gnome.org/ depends_lib port:atkmm \ port:gconfmm \ port:glibmm \ port:gnome-vfsmm \ port:gtkmm \ port:libglademm \ port:libgnomecanvasmm \ port:libgnomemm \ port:libgnomeuimm \ port:libsigcxx2 \ port:libxmlxx2 \ port:mm-common \ port:pangomm distfiles use_configure no build {} destroot { file mkdir ${destroot}${prefix}/share/doc/ system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt" } livecheck.type none