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

PortSystem          1.0

name                foma
version             0.9.16alpha
categories          devel
platforms           darwin
license             GPL-2
maintainers         mans.hulden@gmail.com

description         xfst-compatible C++ finite-state transducer library

long_description    Foma is designed to be a complete replacement for the \
                    closed-source Xerox tool xfst. Everything that compiles \
                    with xfst should compile with Foma. If not it is a bug.

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

checksums           rmd160  17944b8fc164014262996cd643a0923d56869692 \
                    sha1    fcc984252931d337578b0344cdcaa77efd0ff092 \
                    sha256  dc019dcdf6dc8f7e881394f3d76821006e7f0cf6e3fe1c12ac2887fa48d81208

depends_lib         port:zlib
depends_build       port:bison \
                    port:flex  \
                    port:libtool

# The following deletes the configure phase, which doesn't work with the present build system:
configure           {}

#configure.args      --enable-lexc

test.run            no
test.target         check
