aboutsummaryrefslogtreecommitdiffstats
path: root/audio/festvox-us1-mbrola/Makefile
blob: bda299288ccf991aa30e0d56cdd828959186dd97 (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
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$

PORTNAME=   festvox-${VOICE}-mbrola
PORTVERSION?=   20041012
PORTREVISION?=  1
CATEGORIES= audio accessibility
MASTER_SITES=   ${MASTER_SITE_FESTIVAL}
MASTER_SITE_SUBDIR= 1.95
DISTNAME=   festvox_${VOICE}

MAINTAINER= ports@FreeBSD.org
COMMENT?=   The MBROLA ${VOICE} voice (${VOICEDESC}) for Festival

RUN_DEPENDS=    ${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${PORTSDIR}/audio/festlex-cmu \
        mbrola:${PORTSDIR}/audio/linux-mbrola

NO_BUILD=   yes
NO_WRKSUBDIR=   yes
NO_STAGE=   yes

VOICE?=     us1
VOICEDESC?= American English, female

VOICEDIR=   ${PREFIX}/share/festival/lib/voices/english/${VOICE}_mbrola
VOICEDIR_REL=   ${VOICEDIR:S|^${PREFIX}/||}

PLIST_SUB=  VOICE="${VOICE}" VOICEDIR_REL="${VOICEDIR_REL}"

DISTINFO_FILE=  ${.CURDIR}/distinfo

.include <bsd.port.pre.mk>

.if exists(${LOCALBASE}/share/mbrolavox/${VOICE}/${VOICE})
RUN_DEPENDS+=   ${LOCALBASE}/share/mbrolavox/${VOICE}/${VOICE}:${PORTSDIR}/audio/mbrolavox
.else
IGNORE=     requires the ${VOICE} MBROLA voice. Install the audio/mbrolavox port and enable the ${VOICE} voice in the options dialog, then install this port
.endif

do-install:
    cd ${WRKSRC} && \
    ${FIND} * -type d -exec ${MKDIR} "${PREFIX}/share/{}" \; && \
    ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/{}" \;
    ${LN} -sf ${LOCALBASE}/share/mbrolavox/${VOICE} ${VOICEDIR}

.include <bsd.port.post.mk>