# -*- 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$

PortSystem      1.0

name            gnome-bindings-python
version         2.32.1
revision        1
license         Permissive
categories      devel gnome
platforms       darwin
supported_archs noarch
maintainers     nomaintainer
description     The GNOME 2 bindings for Python

long_description \
                The GNOME 2 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 2 project offerings. These are the GNOME 2 bindings for Python.

homepage        http://www.gnome.org/

depends_lib     port:py27-atspi \
                port:py27-gnome \
                port:py27-gobject \
                port:py27-pygtk \
                port:py27-orbit

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