1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/festlex-cmu/Makefile
Mikhail Teterin 08aeb35d3e Do not run-depend on festival -- it really ought to be the other way
around.

For festlex-cmu use the 2004 version found in the 1.95 directory, so that
it works with audio/festival. The others did not change since 1999.

Stop the silly practice of extracting into ${WRKDIR} and copying into
destination -- extract directly.

Replace @dirrm with @dirrmtry in a few places and unbreak by adding more
of same.

The same should be applied to other audio/fest* ports, but these are
enough to get the English-only speech out of festival.
2006-04-06 06:29:24 +00:00

29 lines
655 B
Makefile

# New ports collection makefile for: festlex-cmu
# Date created: 2000-06-15
# Whom: Trevor Johnson
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.7 1999/12/28 04:19:58 wiz Exp $
# $FreeBSD$
#
PORTNAME= festlex-cmu
PORTVERSION= 1.95
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_FESTIVAL}
MASTER_SITE_SUBDIR= ${PORTVERSION}
DISTNAME= festlex_CMU
DIST_SUBDIR= festival
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= CMU American English pronunciation dictionary for Festival
NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
do-install:
${TAR} -C ${FHOME:H} -xzvpf ${_DISTDIR}/${_DISTFILES}
.include <bsd.port.mk>