Ticket #10103: Portfile

File Portfile, 1.1 KB (added by cssdev@…, 18 years ago)

Portfile for 4Suite 1.0b3

Line 
1# $Id:$
2
3PortSystem 1.0
4PortGroup python24 1.0
5
6name                    py-4suite-xml
7version                 1.0b3
8categories-append       devel textproc
9maintainers             cssdev@mac.com
10description             suite of python modules for XML and RDF processing
11long_description        4Suite allows users to take advantage of standard \
12        XML technologies rapidly and to develop and integrate Web-based   \
13        applications. It also puts practical technologies for knowledge   \
14        management projects in the hands of developers. It is implemented \
15        in Python with C extensions.
16
17platforms               darwin
18homepage                http://4suite.org/
19master_sites            ftp://ftp.4suite.org/pub/4Suite/ sourceforge:foursuite
20distname                4Suite-XML-${version}
21worksrcdir              4Suite-${version}
22checksums               md5 40a49c19c0b16fb39e356527b891728b
23
24depends_lib-append      port:py-xml
25
26use_configure           yes
27configure.cmd           ${python.bin} setup.py config
28configure.args          --prefix=${prefix} \
29                        --mandir=${prefix}/share/man
30
31# See http://sourceforge.net/tracker/index.php?func=detail&aid=1166710&group_id=39954&atid=428294
32destroot.cmd            ${python.bin} setup.py
33destroot.target         bdist_install
34destroot.destdir        --root=${destroot}