freebsd-ports/audio/festvox-mwm/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

45 lines
1.2 KiB
Makefile

# New ports collection makefile for: festvox-mwm
# Date created: 2000-06-20
# Whom: Trevor Johnson
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:16 agc Exp $
# $FreeBSD$
#
PORTNAME= festvox-mwm
PORTVERSION= 2.0
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_mwm_di-2.0
DIST_SUBDIR= festival
MAINTAINER= trevor@FreeBSD.org
COMMENT= American English male voice for Festival
RESTRICTED= no-commercial-use
RUN_DEPENDS= \
${PREFIX}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI \
${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \
${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi
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}
post-install:
${RM} -rf ${PREFIX}/share/festival/lib/voices/english/mwm_diphone/work
.include <bsd.port.mk>