aboutsummaryrefslogtreecommitdiffstats
path: root/audio/festvox-russian/Makefile
blob: 606eab51e19e3e166cb30262a016194709096084 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Alexander Yerenkow <yerenkow@gmail.com>
# $FreeBSD$

PORTNAME=   festvox
PORTVERSION=    0.5
CATEGORIES= audio
MASTER_SITES=   SF/festlang.berlios/ \
        BERLIOS/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

USES=       tar:bzip2

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} ${STAGEDIR}${FHOME}
    (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME})

.include <bsd.port.mk>