freebsd-ports/audio/festvox-czech/Makefile
Pav Lucistnik 026dcc82c8 Czech support for festival speech system. It provides the lexicon and language
rules.

Quality free Czech diphone database.

Primary goal is for speech system Festival but it's not limited on it. Sources,
sound files and boundaries are available so it can be used in other free
speech synthetizer systems too.

WWW: http://www.freebsoft.org/festival-czech

PR:		ports/119044
Submitted by:	Frantisek Dvorak <valtri@civ.zcu.cz>
2008-03-13 15:02:41 +00:00

25 lines
671 B
Makefile

# New ports collection makefile for: festvox-czech
# Date created: 2008-04-29
# Whom: František Dvořák <valtri@civ.zcu.cz>
#
# $FreeBSD$
#
PORTNAME= festvox-czech
PORTVERSION= 0.1
CATEGORIES= audio
MASTER_SITES= http://www.freebsoft.org/pub/projects/festival-czech-diphone-database/
DISTNAME= voice-czech-ph-bin-${PORTVERSION}
DIST_SUBDIR= festival
MAINTAINER= valtri@civ.zcu.cz
COMMENT= Czech male voice for Festival
RUN_DEPENDS= ${LOCALBASE}/share/festival/lib/dicts/czech-lexicon.out:${PORTSDIR}/audio/festlex-czech
NO_BUILD= yes
USE_GMAKE= yes
MAKE_ARGS= festival_voices_path=${PREFIX}/share/festival/lib/voices
.include <bsd.port.mk>