freebsd-ports/audio/festvox-abc/Makefile
Ying-Chieh Liao 86da6e4122 upgrade to 2.1
take maintainership

PR:		107551
Submitted by:	araujo@bsdmail.org
2007-01-05 01:27:17 +00:00

42 lines
1.1 KiB
Makefile

# New ports collection makefile for: festvox-abc
# Date created: 2000-06-12
# Whom: Trevor Johnson
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:13 agc Exp $
# $FreeBSD$
#
PORTNAME= festvox-abc
PORTVERSION= 2.1
CATEGORIES= audio accessibility spanish
MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_abc_di-${PORTVERSION}
DIST_SUBDIR= festival
MAINTAINER= araujo@bsdmail.org
COMMENT= Mexican Spanish male voice for Festival speech synthesis system
RUN_DEPENDS= \
${LOCALBASE}/share/festival/lib/ogi_spanish/ogi_span_mx_lts.scm:${PORTSDIR}/audio/festogi-spanish \
${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi
RESTRICTED= no-commercial-use
WRKSRC= ${WRKDIR}/festival
NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
post-extract:
${CHMOD} -R a+r ${WRKSRC}
${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
${RM} -f ${WRKSRC}/lib/voices/spanish/abc_diphone/group/hvslpcOGI16k.group
${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr
do-install:
${MKDIR} ${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
.include <bsd.port.mk>