# -*- 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 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem      1.0

name            gnome-bindings-suite
version         2.26.3
categories      devel gnome
platforms       darwin
maintainers     nomaintainer
description     The GNOME Bindings for C#, C++, Perl and Python
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/
master_sites    gnome

depends_lib     port:gnome-bindings-cxx    \
                port:gnome-bindings-perl5    \
                port:gnome-bindings-python \
                port:gnome-sharp2

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
