# $Id: Portfile,v 1.3 2005/08/19 06:48:05 pguyot Exp $

PortSystem 1.0
name				py-orbit
version				2.0.1
categories			python gnome
platforms			darwin
maintainers			pguyot@kallisys.net
description			Python binding for the ORBit2 CORBA ORB - Default branch.
long_description	PyORBit is a Python binding for the ORBit2 CORBA ORB. It \
					was developped to suit the needs of the bonobo bindings \
					in GNOME-Python, but is usable for other purposes as well. \
					It aims to follow the standard Python language mapping for \
					CORBA. It can generate stubs at runtime from typelibs, IDL \
					files, or by introspecting remote objects using ORBit2's \
					IModule typelib capabilities.

homepage			http://www.pygtk.org/
master_sites		gnome:sources/pyorbit/2.0/
use_bzip2			yes
distname			pyorbit-${version}
checksums			md5 c39384f6257a386231d79db9e403d905

# Use DP's python 2.4.
depends_lib			port:python24 \
					bin:orbit2-config:orbit2 \
					bin:pkg-config:pkgconfig \
					lib:libglib-2.0:glib2 \
					lib:libIDL-2.0:libidl

configure.env		PYTHON=${prefix}/bin/python2.4
