Ticket #27993: Portfile

File Portfile, 1.2 KB (added by boris.dusek@…, 13 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                liblouisxml
7version             2.1.0
8categories          textproc
9platforms           darwin
10maintainers         gmail.com:boris.dusek
11license             GPL-3 LGPL-3
12
13description         Braille transcription services for xml documents
14
15long_description    This is a library intended to provide complete braille \
16                    transcription services for xml documents. It translates \
17                    into appropriate braille codes and formats according to \
18                    its style sheet and the specifications in the document. \
19                    A command-line program, xml2brl which uses this library \
20                    is also included.
21
22homepage            http://code.google.com/p/liblouisxml/
23master_sites        googlecode
24
25checksums           sha1    b3f6a29c5bdde36aeaf18d349159c233e89c1f6c \
26                    rmd160  c0735e6b17861b81d6232687e93b8953c715db2f
27
28depends_build       port:pkgconfig
29depends_lib         port:liblouis port:libxml2
30depends_run         port:antiword
31configure.args      --mandir=${prefix}/share/man --infodir=${prefix}/share/info