Import tex-printlen-doc-1.1a as print/tex-printlen-doc.
[pkgsrc.git] / audio / festvox-abc / Makefile
1 # $NetBSD$
2
3 DISTNAME=       festvox-abc-1.4
4 WRKSRC=         ${WRKDIR}/festival
5 CATEGORIES=     audio
6 MASTER_SITES=   ftp://cslu.cse.ogi.edu/pub/tts/
7 DISTFILES=      voice_abc-1.4.tar.gz
8
9 MAINTAINER=     proff@iq.org
10 HOMEPAGE=       http://cslu.cse.ogi.edu/tts
11
12 DEPENDS+=       festival-1.3.1:../festival \
13                 festlex-ogi-1.4:../festlex-ogi \
14                 festogi-spanish-1.4:../festogi-spanish
15
16 NO_BUILD=       yes
17
18 FHOME=          ${PREFIX}/share/festival
19
20 post-extract:
21         @ chmod -R a+r ${WRKSRC}
22         @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755
23         @ ${RM} -f ${WRKSRC}/lib/voices/spanish/abc_diphone/group/hvslpcOGI16k.group
24
25 do-install:
26         ${INSTALL_DATA_DIR} ${FHOME}
27         cd ${WRKSRC} && pax -r -w * ${FHOME}
28
29 .include "../../mk/bsd.pkg.mk"