# -*- 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
PortGroup               github 1.0

github.setup            festvox flite 2.2 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
revision                0
categories              audio devel
license                 BSD
homepage                http://cmuflite.org
maintainers             {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
description             a small fast run-time text to speech engine
long_description        Flite is an open source small fast run-time text to speech engine.

checksums               rmd160  625e8444d73d7af28a515dd331a3fa5c8b0dbd2d \
                        sha256  6ec1dbc3feb3554ad280de3d91d74c65b79147ce6efba1a273ef92ce9fe005f1 \
                        size    20234544

patchfiles-append       patch-cp.diff \
                        patch-shared.diff

configure.args-append   --enable-shared
