diff options
Diffstat (limited to 'audio/festvox-jph/Makefile')
-rw-r--r-- | audio/festvox-jph/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile new file mode 100644 index 000000000000..9f9aff85b2c7 --- /dev/null +++ b/audio/festvox-jph/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: festvox-jph +# Date created: 2000-06-12 +# Whom: Trevor Johnson <trevor@jpj.net> +# based on the NetBSD port +# +# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:14 agc Exp $ +# $FreeBSD$ +# + +PORTNAME= festvox-jph +PORTVERSION= 2.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.leb.net/pub/blinux/${SUB} \ + ftp://ftp.mayn.de/pub/linux/BLinux/${SUB} \ + ftp://cslu.cse.ogi.edu/pub/tts/ +SUB= festival/mirror.ogi-synth_home/ +DISTNAME= voice_jph_di-2.0 +DIST_SUBDIR= festival + +MAINTAINER= trevor@jpj.net + +RESTRICTED= no-commercial-use + +RUN_DEPENDS= festival:../festival \ + ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \ + ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:../festlex-ogi + +WRKSRC= ${WRKDIR}/festival + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival + +post-extract: + @ ${CHMOD} -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + @ find ${WRKSRC} -type d -name CVS | xargs ${RM} -fr + +do-install: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +.include <bsd.port.mk> |