# -*- 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

PortSystem          1.0

name                liblouisxml
version             2.1.0
categories          textproc
platforms           darwin
maintainers         nomaintainer
license             GPL-3 LGPL-3

description         Braille transcription services for xml documents

long_description    This is a library intended to provide complete braille \
                    transcription services for xml documents. It translates \
                    into appropriate braille codes and formats according to \
                    its style sheet and the specifications in the document. \
                    A command-line program, xml2brl which uses this library \
                    is also included.

homepage            https://code.google.com/p/liblouisxml/
master_sites        googlecode

checksums           sha1    b3f6a29c5bdde36aeaf18d349159c233e89c1f6c \
                    rmd160  c0735e6b17861b81d6232687e93b8953c715db2f

depends_build       port:pkgconfig

depends_lib         port:liblouis \
                    port:libxml2

depends_run         port:antiword

configure.args      --mandir=${prefix}/share/man \
                    --infodir=${prefix}/share/info
