diff options
author | proff <proff@pkgsrc.org> | 1999-10-11 10:32:49 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-10-11 10:32:49 +0000 |
commit | b78cdb1562102a220193dc34eb2b8ec3c249031f (patch) | |
tree | 878fcb793bf9465a9ba7001fc51b33b435595053 /audio/festvox-rab16 | |
parent | 7485f3dab9f5509625493c3ed7b3b792f51f68ac (diff) | |
download | pkgsrc-b78cdb1562102a220193dc34eb2b8ec3c249031f.tar.gz |
upgrade to festival 1.4.0
Diffstat (limited to 'audio/festvox-rab16')
-rw-r--r-- | audio/festvox-rab16/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile index 75c813511d3..3d04dd3e17d 100644 --- a/audio/festvox-rab16/Makefile +++ b/audio/festvox-rab16/Makefile @@ -1,22 +1,20 @@ -# $NetBSD: Makefile,v 1.5 1999/06/09 17:05:35 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/11 10:33:00 proff Exp $ -DISTNAME= festvox-rab16-1.3.1 +DISTNAME= festvox-rab16-1.4.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio -MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ DISTFILES= festvox_rablpc16k.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html -DEPENDS+= festival-1.3.1:../festival -DEPENDS+= festlex-poslex-1.3.1:../festlex-poslex -DEPENDS+= festlex-oald-1.3.1:../festlex-oald +DEPENDS+= festival-1.4.0:../festival +DEPENDS+= festlex-poslex-1.4.0:../festlex-poslex +DEPENDS+= festlex-oald-1.4.0:../festlex-oald CONFLICTS= festvox-rab8-* -LICENSE= no-commercial-use - NO_BUILD= yes FHOME= ${PREFIX}/share/festival |