diff options
author | proff <proff> | 1999-04-04 19:32:15 +0000 |
---|---|---|
committer | proff <proff> | 1999-04-04 19:32:15 +0000 |
commit | 2e33a830ae448b3e85f871a0f0901145a3b9a609 (patch) | |
tree | f1b058c61e9f3c0a5663e680a9a7e0f01762903a /audio/festlex-poslex/Makefile | |
parent | f9216692505b10d73226d4c91a8f853b9dfcb350 (diff) | |
download | pkgsrc-2e33a830ae448b3e85f871a0f0901145a3b9a609.tar.gz |
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festlex-poslex/Makefile')
-rw-r--r-- | audio/festlex-poslex/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile new file mode 100644 index 00000000000..d31074e1890 --- /dev/null +++ b/audio/festlex-poslex/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:33:20 proff Exp $ + +DISTNAME= festlex-poslex-1.3.1 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +DISTFILES= festlex_POSLEX.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" |