freebsd-ports/audio/festvox-el11/Makefile
Edwin Groothuis 62a8ba9cf4 new virtual category requested: accessibility
This category, to be described as "of interest to disabled
	users" is intended to make it simpler for users to find
	software which will let them overcome a handicap.  For
	example, blind users may want to combine OCR and text-to-speech
	software so the computer can read books to them; users with
	diminished eyesight can use large fonts and "magnifiers";
	paralyzed users may use speech recognition to compose text
	or give commands.

PR:		ports/39103
Submitted by:	Trevor Johnson <trevor@jpj.net>
2003-10-04 01:34:47 +00:00

42 lines
932 B
Makefile

# New ports collection makefile for: festvox-el11
# Date created: 2000-06-20
# Whom: Trevor Johnson <trevor@jpj.net>
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.7 1999/12/28 04:19:59 wiz Exp $
# $FreeBSD$
#
PORTNAME= festvox-el11
PORTVERSION= 1.4.0
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_FESTIVAL}
MASTER_SITE_SUBDIR= 1.4.1
DISTNAME= festvox_ellpc11k
DIST_SUBDIR= festival
MAINTAINER= trevor@FreeBSD.org
COMMENT= Castilian Spanish male voice for Festival
RUN_DEPENDS= festival:${.CURDIR}/../festival
WRKSRC= ${WRKDIR}/festival
CONFLICTS= festvox-rab8
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}
post-install:
${RM} ${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING
.include <bsd.port.mk>