diff options
Diffstat (limited to 'audio/festvox-kal8/Makefile')
-rw-r--r-- | audio/festvox-kal8/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile new file mode 100644 index 000000000000..d1e5e9e08179 --- /dev/null +++ b/audio/festvox-kal8/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: festvox-kal8 +# Date created: 2000-06-19 +# Whom: Trevor Johnson <trevor@jpj.net> +# based on the NetBSD port +# +# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:15 agc Exp $ +# $FreeBSD$ +# + +PORTNAME= festvox-kal8 +PORTVERSION= 1.4.0 +CATEGORIES= audio +MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \ + ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ +DISTNAME= festvox_kallpc8k +DIST_SUBDIR= festival + +MAINTAINER= trevor@jpj.net + +RUN_DEPENDS= festival:../festival \ + ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \ + ${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:../festlex-cmu + +WRKSRC= ${WRKDIR}/festival + +CONFLICTS= festvox-kal16-* + +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: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +.include <bsd.port.mk> |