freebsd-ports/audio/festogi-spanish/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

41 lines
885 B
Makefile

# New ports collection makefile for: festogi-spanish
# Date created: 2000-06-19
# 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= festogi-spanish
PORTVERSION= 2.0
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= OGIspanish-2.0
DIST_SUBDIR= festival
MAINTAINER= trevor@FreeBSD.org
COMMENT= Mexican Spanish support for Festival
RUN_DEPENDS= festival:${.CURDIR}/../festival
RESTRICTED= no-commercial-use
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
pre-install:
(find ${WRKSRC} -name CVS | xargs rm -rf)
do-install:
${MKDIR} ${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
.include <bsd.port.mk>