Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 08:39:50 +00:00
|
|
|
# New ports collection makefile for: festdoc
|
|
|
|
# Date created: 2000-06-16
|
2003-11-13 10:11:35 +00:00
|
|
|
# Whom: Trevor Johnson
|
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 08:39:50 +00:00
|
|
|
# based on the NetBSD port
|
|
|
|
#
|
|
|
|
# $NetBSD: Makefile,v 1.7 2000/01/05 17:56:46 wiz Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= festdoc
|
|
|
|
PORTVERSION= 1.4.0.1
|
2003-10-04 01:34:47 +00:00
|
|
|
CATEGORIES= audio accessibility
|
2002-05-23 04:35:39 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_FESTIVAL}
|
|
|
|
MASTER_SITE_SUBDIR= 1.4.1
|
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 08:39:50 +00:00
|
|
|
DIST_SUBDIR= festival
|
|
|
|
|
2006-02-11 21:03:14 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-01 14:34:33 +00:00
|
|
|
COMMENT= Documentation for Festival
|
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 08:39:50 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2005-12-04 06:50:37 +00:00
|
|
|
INFO= festival
|
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 08:39:50 +00:00
|
|
|
FDOC= ${PREFIX}/share/doc/festival
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${CHMOD} -R a+r ${WRKSRC}
|
2003-11-13 11:38:29 +00:00
|
|
|
${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
|
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 08:39:50 +00:00
|
|
|
${RM} ${WRKSRC}/festival/src-manual/c3750.htm~
|
|
|
|
${RM} ${WRKSRC}/speechtools/c16909.htm~
|
|
|
|
${RMDIR} ${WRKSRC}/festival/src-manual/images_gen
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${FDOC}
|
2000-12-31 12:01:20 +00:00
|
|
|
${RM} ${WRKSRC}/festival/info/festival.info.orig
|
2003-11-13 11:38:29 +00:00
|
|
|
cd ${WRKSRC} && info=`${FIND} . -name '*.info*' -type f` && \
|
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 08:39:50 +00:00
|
|
|
${CP} $$info ${PREFIX}/info && \
|
|
|
|
${CP} -r ${WRKSRC}/* ${FDOC} && \
|
|
|
|
cd ${FDOC} && \
|
|
|
|
${RM} -f $$info && \
|
|
|
|
${RMDIR} festival/info
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|