aboutsummaryrefslogtreecommitdiffstats
path: root/audio/festvox-aec/Makefile
blob: e677f263b481f1e5f65cf6dcd36bc4249e81bac8 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# New ports collection makefile for:    festvox-aec
# Date created:                 2000-06-12
# Whom:                 Trevor Johnson
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.16 2003/04/10 01:28:05 grant Exp $
# $FreeBSD$
#

PORTNAME=   festvox_aec
PORTVERSION=    2.0
PORTREVISION=   2
CATEGORIES= audio accessibility
MASTER_SITES=   ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME=   voice_aec_di-2.0
DIST_SUBDIR=    festival

MAINTAINER= ports@FreeBSD.org
COMMENT=    American English male voice for Festival speech synthesis system

RUN_DEPENDS=    festival:${PORTSDIR}/audio/festival \
 ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi

AECDIR=     share/festival/lib/voices/english/aec_diphone
FHOME=      ${PREFIX}/share/festival
NO_BUILD=   y
PLIST=      ${WRKDIR}/plist
RESTRICTED= "no commercial use"
WRKSRC=     ${WRKDIR}/festival

post-extract:
    ${CHMOD} -R a+r ${WRKSRC}
    ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} ${CHMOD} 755
    ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr

pre-install:
    ${RM} -f ${PLIST}
.for ii in _diphone.scm diph.msec gain.dat
    ${ECHO_CMD} ${AECDIR}/festvox/aec${ii} >> ${PLIST}
.endfor
    ${ECHO_CMD} ${AECDIR}/group/aec_di_resLPC.group >> ${PLIST}
.for ii in /group /festvox /
    ${ECHO_CMD} @dirrm ${AECDIR}${ii} >> ${PLIST}
.endfor
    ${ECHO_CMD} @dirrmtry share/festival/lib/voices/english >> ${PLIST}
    ${ECHO_CMD} @dirrmtry share/festival/lib/voices >> ${PLIST}

do-install:
    ${MKDIR} ${FHOME}
    cd ${WRKSRC} && ${CP} -pPR * ${FHOME}

.include <bsd.port.mk>