# $Id: Portfile 20757 2006-11-26 10:38:25Z rhwood@macports.org $ PortSystem 1.0 name gnome-bindings-suite version 2.12 categories devel gnome maintainers rhwood@macports.org openmaintainer@macports.org@macports.org macports-dev@lists.macosforge.org description The GNOME bindings 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. NOTE: the GNOME Java bindings have yet to be ported to Mac OS X. homepage http://www.gnome.org/ depends_lib port:gnome-bindings-cxx \ port:gnome-bindings-perl5 \ port:gnome-bindings-python distfiles fetch { } checksum { } configure { } build { } destroot { file mkdir ${destroot}${prefix}/share/doc/ system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt" }