summaryrefslogtreecommitdiff
path: root/audio/festvox-el11/Makefile
diff options
context:
space:
mode:
authorproff <proff@pkgsrc.org>1999-04-04 19:32:15 +0000
committerproff <proff@pkgsrc.org>1999-04-04 19:32:15 +0000
commit68d25cb783fc3b18eee20b1191573e5cdbf6ab45 (patch)
treef1b058c61e9f3c0a5663e680a9a7e0f01762903a /audio/festvox-el11/Makefile
parent0f480e3e33fdd179f9d9bc52816f1ff8ae230e3f (diff)
downloadpkgsrc-68d25cb783fc3b18eee20b1191573e5cdbf6ab45.tar.gz
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festvox-el11/Makefile')
-rw-r--r--audio/festvox-el11/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile
new file mode 100644
index 00000000000..cbbb62cc512
--- /dev/null
+++ b/audio/festvox-el11/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:34:21 proff Exp $
+
+DISTNAME= festvox-el11-1.3.1
+WRKSRC= ${WRKDIR}/festival
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/
+DISTFILES= festvox_ellpc11k.tar.gz
+
+MAINTAINER= proff@iq.org
+HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html
+
+DEPENDS+= festival-1.3.1:../festival
+
+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"