1 | # $Id: Portfile 27085 2007-07-18 05:52:43Z yves@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name py25-orbit |
---|
5 | version 2.14.3 |
---|
6 | categories python gnome |
---|
7 | platforms darwin |
---|
8 | maintainers pguyot@kallisys.net |
---|
9 | description Python binding for the ORBit2 CORBA ORB - Default branch. |
---|
10 | long_description PyORBit is a Python binding for the ORBit2 CORBA ORB. It \ |
---|
11 | was developped to suit the needs of the bonobo bindings \ |
---|
12 | in GNOME-Python, but is usable for other purposes as well. \ |
---|
13 | It aims to follow the standard Python language mapping for \ |
---|
14 | CORBA. It can generate stubs at runtime from typelibs, IDL \ |
---|
15 | files, or by introspecting remote objects using ORBit2's \ |
---|
16 | IModule typelib capabilities. |
---|
17 | |
---|
18 | homepage http://www.pygtk.org/ |
---|
19 | master_sites gnome:sources/pyorbit/2.14/ |
---|
20 | use_bzip2 yes |
---|
21 | distname pyorbit-${version} |
---|
22 | checksums md5 3c4d42ae1a7303fd85071a842617043f |
---|
23 | |
---|
24 | depends_lib port:python25 \ |
---|
25 | port:orbit2 |
---|
26 | |
---|
27 | configure.python ${prefix}/bin/python2.5 |
---|
28 | |
---|
29 | build.args PYTHON_LDFLAGS= PYTHON_LIBS= |
---|
30 | |
---|
31 | platform darwin 9 { |
---|
32 | post-patch { |
---|
33 | reinplace "s| -export-symbols-regex.*||g" \ |
---|
34 | ${worksrcpath}/src/Makefile.am \ |
---|
35 | ${worksrcpath}/src/Makefile.in |
---|
36 | } |
---|
37 | } |
---|
38 | livecheck.check md5 |
---|
39 | livecheck.url ftp://ftp.gnome.org/pub/GNOME/sources/pyorbit/ |
---|
40 | livecheck.md5 c44aad7204b0cc64e524610a82b97340 |
---|