pkgsrc/audio/festvox-el11/Makefile
wiz 02f26c1478 Reset maintainer. When sending mail to proff@iq.org, one gets a reply
that says the mail there is not read any longer.
2006-12-28 11:47:51 +00:00

31 lines
804 B
Makefile

# $NetBSD: Makefile,v 1.18 2006/12/28 11:47:51 wiz Exp $
DISTNAME= festvox_ellpc11k
PKGNAME= festvox-el11-1.4.0
PKGREVISION= 1
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= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival/
COMMENT= Castilian Spanish male voice for the festival speech synthesis system
DEPENDS+= festival>=1.4.1:../../audio/festival
LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}/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} -rw * ${FHOME}
.include "../../mk/bsd.pkg.mk"