pkgsrc/audio/festvox-el11/Makefile
grant afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00

30 lines
779 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/04/10 01:28:05 grant Exp $
DISTNAME= festvox_ellpc11k
PKGNAME= festvox-el11-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= Castilian Spanish male voice for the festival speech synthesis system
DEPENDS+= festival>=1.4.1:../festival
LICENSE= no-commercial-use
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"