pkgsrc/audio/festlex-cmu/Makefile
wiz a2719a456c Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs).
Changes since 1.4.0, from the NEWS file:
. SSFF (for emulabel) track support
. Java fixes
. various minor bug fixes
. WFST with proper quoting
. Wagon sample counts
. gcc-2.95.1 support

Also use newer distfile for mbrola.

Addresses pkg/10671.
2001-07-18 15:19:35 +00:00

28 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.11 2001/07/18 15:19:37 wiz Exp $
DISTNAME= festlex_CMU
PKGNAME= festlex-cmu-1.4.0
WRKSRC= ${WRKDIR}/festival
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ \
http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/
MAINTAINER= proff@iq.org
HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html
COMMENT= CMU American English pronounciation dictionary for Festival
DEPENDS+= festival>=1.4.0:../festival
NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
post-extract:
@ ${CHMOD} -R a+r ${WRKSRC}
@ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755
do-install:
${INSTALL_DATA_DIR} ${FHOME}
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
.include "../../mk/bsd.pkg.mk"