Portfile

# $Id: Portfile 20558 2006-11-06 23:28:39Z blair@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-4suite-xml
version 1.0b3
categories-append devel textproc
maintainers css@macports.org
description suite of python modules for XML and RDF processing
long_description 4Suite allows users to take advantage of standard \
XML technologies rapidly and to develop and integrate Web-based \
applications. It also puts practical technologies for knowledge \
management projects in the hands of developers. It is implemented \
in Python with C extensions.

platforms darwin
homepage http://4suite.org/
master_sites ftp://ftp.4suite.org/pub/4Suite/ sourceforge:foursuite
distname 4Suite-XML-${version}
worksrcdir 4Suite-${version}
checksums md5 40a49c19c0b16fb39e356527b891728b

depends_lib-append port:py-xml

use_configure yes
configure.cmd ${python.bin} setup.py config
configure.args --prefix=${prefix} \
--mandir=${prefix}/share/man

# See http://sourceforge.net/tracker/index.php?func=detail&aid=1166710&group_id=39954&atid=428294
destroot.cmd ${python.bin} setup.py
destroot.target bdist_install
destroot.destdir --root=${destroot}