Ticket #13976: Portfile

File Portfile, 1.3 KB (added by gui-dos (Guido Soranzio), 16 years ago)
Line 
1# $Id: Portfile 27085 2007-07-18 05:52:43Z yves@macports.org $
2
3PortSystem 1.0
4name            py25-orbit
5version         2.14.3
6categories      python gnome
7platforms       darwin
8maintainers     pguyot@kallisys.net
9description     Python binding for the ORBit2 CORBA ORB - Default branch.
10long_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
18homepage        http://www.pygtk.org/
19master_sites    gnome:sources/pyorbit/2.14/
20use_bzip2       yes
21distname        pyorbit-${version}
22checksums       md5 3c4d42ae1a7303fd85071a842617043f
23
24depends_lib     port:python25 \
25                port:orbit2
26
27configure.python ${prefix}/bin/python2.5
28
29build.args          PYTHON_LDFLAGS= PYTHON_LIBS=
30
31platform darwin 9 {
32        post-patch {
33                reinplace "s| -export-symbols-regex.*||g" \
34                        ${worksrcpath}/src/Makefile.am \
35                        ${worksrcpath}/src/Makefile.in
36        }
37}
38livecheck.check md5
39livecheck.url   ftp://ftp.gnome.org/pub/GNOME/sources/pyorbit/
40livecheck.md5   c44aad7204b0cc64e524610a82b97340