Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-fnorb
version 1.3
revision 1
categories python
platforms darwin freebsd
maintainers nomaintainer@macports.org
description py-fnorb is a pure Python CORBA 2.0 ORB
long_description Fnorb is a CORBA 2.0 ORB for Python. Fnorbs claim to \
fame is its size and pure Python implementation. These \
features allow it to be used whever Python may used \
(for example, within Jython) unlike other ORBs that \
rely on binary runtimes.

homepage http://www.fnorb.org/
master_sites sourceforge:fnorb
distname Fnorb-${version}
checksums md5 7de1500c7ef6592a603890b45e23261b

post-destroot {
file delete -force ${destroot}${prefix}/share/doc/${name}
file rename ${destroot}${prefix}/share/doc/Fnorb \
${destroot}${prefix}/share/doc/${name}
}