build the "twolame" plugin of gst-plugins0.10-ugly, can be used by
[pkgsrc.git] / audio / festvox-hvs / Makefile
1 # $NetBSD$
2
3 DISTNAME=       festvox-hvs-1.4
4 WRKSRC=         ${WRKDIR}/festival
5 CATEGORIES=     audio
6 MASTER_SITES=   ftp://cslu.cse.ogi.edu/pub/tts/
7 DISTFILES=      voice_hvs-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
24 do-install:
25         ${INSTALL_DATA_DIR} ${FHOME}
26         cd ${WRKSRC} && pax -r -w * ${FHOME}
27
28 .include "../../mk/bsd.pkg.mk"