summaryrefslogtreecommitdiff
path: root/audio/festvox-tll/Makefile
diff options
context:
space:
mode:
authorproff <proff>1999-04-04 19:32:15 +0000
committerproff <proff>1999-04-04 19:32:15 +0000
commit2f59adaad2c27a9447461f0207106b1c9abfb562 (patch)
treef1b058c61e9f3c0a5663e680a9a7e0f01762903a /audio/festvox-tll/Makefile
parentf5da4d00ad0cecb592e929c432c0294c7ccd3273 (diff)
downloadpkgsrc-2f59adaad2c27a9447461f0207106b1c9abfb562.tar.gz
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festvox-tll/Makefile')
-rw-r--r--audio/festvox-tll/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile
new file mode 100644
index 00000000000..da731d9e33e
--- /dev/null
+++ b/audio/festvox-tll/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:36:45 proff Exp $
+
+DISTNAME= festvox-tll-1.4
+WRKSRC= ${WRKDIR}/festival
+CATEGORIES= audio
+MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/
+DISTFILES= voice_tll-1.4.tar.gz
+
+MAINTAINER= proff@iq.org
+HOMEPAGE= http://cslu.cse.ogi.edu/tts
+
+DEPENDS+= festival-1.3.1:../festival \
+ festlex-ogi-1.4:../festlex-ogi
+
+NO_BUILD= yes
+
+FHOME= ${PREFIX}/share/festival
+
+post-extract:
+ @ chmod -R a+r ${WRKSRC}
+ @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755
+
+do-install:
+ ${INSTALL_DATA_DIR} ${FHOME}
+ cd ${WRKSRC} && pax -r -w * ${FHOME}
+
+.include "../../mk/bsd.pkg.mk"