freebsd-ports/audio/festvox-tll/Makefile
Trevor Johnson f7f9f37be6 These voices need the OGIresLPC plugin, so make them depend on the
festival+OGI port.  Use the PORTSDIR macro.
2004-02-17 07:53:06 +00:00

41 lines
1,022 B
Makefile

# New ports collection makefile for: festvox-tll
# Date created: 2000-06-20
# Whom: Trevor Johnson
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:17 agc Exp $
# $FreeBSD$
#
PORTNAME= festvox-tll
PORTVERSION= 2.0
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_tll_di-2.0
DIST_SUBDIR= festival
MAINTAINER= trevor@FreeBSD.org
COMMENT= American English female voice for Festival (no commercial use)
RUN_DEPENDS= \
${PREFIX}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI \
${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
${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr
do-install:
${MKDIR} ${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
.include <bsd.port.mk>