Ticket #26702: Portfile

File Portfile, 1022 bytes (added by info@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       archcheck 1.0
5
6name            xqilla
7version         2.2.4
8license         Apache-2
9categories      textproc devel
10platforms       darwin
11maintainers     gmx.com:arjen
12description     XQilla is an XQuery and XPath 2 library and command line utility
13
14long_description \
15    XQilla is an XQuery and XPath 2 library and command line utility \
16    written in C++, implemented on top of the Xerces-C library. It is\
17    made available under the terms of the Apache License v2.
18
19homepage        http://xqilla.sourceforge.net/HomePage
20master_sites    sourceforge
21distname        XQilla-${version}
22
23checksums       md5     a00672133d06772f54f18d0fda304c02 \
24                sha1    edd1681a6bb9d310b6aaca6af0584eb96df3b8eb \
25                rmd160  ec4268452c98d7c87e8bf7dccaf0ebc7ff19f167
26
27depends_lib \
28    port:xercesc3 \
29    port:tidy
30
31archcheck.files \
32    lib/libxerces-c.dylib \
33    lib/libtidy.dylib
34
35configure.args \
36      --with-xerces=${prefix} \
37      --with-tidy=${prefix}