mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
35 lines
768 B
Makefile
35 lines
768 B
Makefile
|
# Created by: Alexander Yerenkow <yerenkow@gmail.com>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= festvox
|
||
|
PORTVERSION= 0.5
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||
|
MASTER_SITE_SUBDIR= festlang
|
||
|
PKGNAMESUFFIX= -russian
|
||
|
DISTNAME= msu_ru_nsh_clunits-${PORTVERSION}
|
||
|
DIST_SUBDIR= festival
|
||
|
|
||
|
MAINTAINER= yerenkow@gmail.com
|
||
|
COMMENT= Russian male voice for Festival speech synthesis system
|
||
|
|
||
|
RUN_DEPENDS= festival:${PORTSDIR}/audio/festival
|
||
|
|
||
|
USE_BZIP2= YES
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/msu_ru_nsh_clunits
|
||
|
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
FHOME= ${PREFIX}/share/festival/lib/voices/russian/msu_ru_nsh_clunits
|
||
|
|
||
|
post-extract:
|
||
|
@ ${CHMOD} -R a+r ${WRKSRC}
|
||
|
@ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
|
||
|
|
||
|
do-install:
|
||
|
${MKDIR} ${FHOME}
|
||
|
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
|
||
|
|
||
|
.include <bsd.port.mk>
|