pkgsrc/audio/festvox-kal8/Makefile
jlam f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00

32 lines
883 B
Makefile

# $NetBSD: Makefile,v 1.15 2001/09/27 23:17:43 jlam Exp $
DISTNAME= festvox_kallpc8k
PKGNAME= festvox-kal8-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= 8khz American English male voice for the festival speech synthesis system
DEPENDS+= festival>=1.4.0:../festival
DEPENDS+= festlex-poslex>=1.4.0:../festlex-poslex
DEPENDS+= festlex-cmu>=1.4.0:../festlex-cmu
CONFLICTS= festvox-kal16-[0-9]*
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"