026dcc82c8
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>
33 lines
961 B
Makefile
33 lines
961 B
Makefile
# New ports collection makefile for: festlex-czech
|
|
# Date created: 2008-04-29
|
|
# Whom: František Dvořák <valtri@civ.zcu.cz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= festlex-czech
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= audio accessibility
|
|
MASTER_SITES= http://www.freebsoft.org/pub/projects/festival-czech/
|
|
DISTNAME= festival-czech-${PORTVERSION}
|
|
DIST_SUBDIR= festival
|
|
|
|
MAINTAINER= valtri@civ.zcu.cz
|
|
COMMENT= Czech language support for Festival
|
|
|
|
FHOME= ${PREFIX}/share/festival
|
|
NO_BUILD= yes
|
|
rulez= czech-debug.scm czech-mbrola.scm czech-unisyn.scm czech.scm
|
|
lexicons= czech-lexicon.scm czech-lexicon.out
|
|
|
|
post-patch:
|
|
${MV} ${WRKSRC}/czech.scm ${WRKSRC}/czech.scm.in
|
|
${SED} -e "s,@FESTIVAL_TARGET_DIR@,${FHOME}/lib/dicts," ${WRKSRC}/czech.scm.in > ${WRKSRC}/czech.scm
|
|
|
|
post-install:
|
|
${MKDIR} ${FHOME}/lib/dicts/
|
|
${INSTALL} -m 644 ${rulez:C/^/${WRKSRC}\//} ${FHOME}/lib/
|
|
${INSTALL} -m 644 ${lexicons:C/^/${WRKSRC}\//} ${FHOME}/lib/dicts/
|
|
|
|
.include <bsd.port.mk>
|