afdebcf9a4
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
33 lines
902 B
Makefile
33 lines
902 B
Makefile
# $NetBSD: Makefile,v 1.15 2003/04/10 01:28:05 grant Exp $
|
|
|
|
DISTNAME= voice_abc_di-2.0
|
|
PKGNAME= festvox-abc-2.0
|
|
WRKSRC= ${WRKDIR}/festival
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/
|
|
|
|
MAINTAINER= proff@iq.org
|
|
HOMEPAGE= http://cslu.cse.ogi.edu/tts/
|
|
COMMENT= Mexican Spanish male voice for the festival speech synthesis system
|
|
|
|
DEPENDS+= festival>=1.4.0:../festival
|
|
DEPENDS+= festlex-ogi>=2.0:../festlex-ogi
|
|
DEPENDS+= festogi-spanish>=2.0:../festogi-spanish
|
|
|
|
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
|
|
${RM} -f ${WRKSRC}/lib/voices/spanish/abc_diphone/group/hvslpcOGI16k.group
|
|
${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FHOME}
|
|
cd ${WRKSRC} && ${PAX} -rw * ${FHOME}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|