freebsd-ports/audio/festvox-ogirab/Makefile
Trevor Johnson 63bdd99496 The rpmfind master sites have a corrupt file. I wrote to Daniel
Veillard, the apparent maintainer of the archive, about it.

The distfile on mayn.de is the same as the one I originally ported.
A different distfile is on the ogi.edu and NetBSD sites.
2004-03-09 16:14:08 +00:00

42 lines
1 KiB
Makefile

# New ports collection makefile for: festvox-ogirab
# Date created: 2000-06-19
# Whom: Trevor Johnson
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:16 agc Exp $
# $FreeBSD$
#
PORTNAME= festvox-ogirab
PORTVERSION= 2.0
CATEGORIES= audio accessibility
MASTER_SITES= \
ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/
DISTNAME= voice_ogirab_di-2.0
DIST_SUBDIR= festival
MAINTAINER= trevor@FreeBSD.org
COMMENT=British English male voice for Festival (non-commercial use only)
RUN_DEPENDS= \
${PREFIX}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI \
${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi
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
${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr
do-install:
${MKDIR} ${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
.include <bsd.port.mk>