summaryrefslogtreecommitdiff
path: root/audio/festvox-ked16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/festvox-ked16/Makefile')
-rw-r--r--audio/festvox-ked16/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/festvox-ked16/Makefile b/audio/festvox-ked16/Makefile
new file mode 100644
index 00000000000..6a2c9bf1594
--- /dev/null
+++ b/audio/festvox-ked16/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:35:19 proff Exp $
+
+DISTNAME= festvox-ked16-1.3.1
+WRKSRC= ${WRKDIR}/festival
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/
+DISTFILES= festvox_kedlpc16k.tar.gz
+
+MAINTAINER= proff@iq.org
+HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html
+
+DEPENDS+= festival-1.3.1:../festival \
+ festlex-poslex-1.3.1:../festlex-poslex \
+ festlex-cmu-1.3.1:../festlex-cmu
+
+CONFLICTS= festvox-ked8-*
+
+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"