08aeb35d3e
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.
29 lines
651 B
Makefile
29 lines
651 B
Makefile
# New ports collection makefile for: festlex-poslex
|
|
# Date created: 2000-06-12
|
|
# Whom: Trevor Johnson
|
|
# based on the NetBSD port
|
|
#
|
|
# $NetBSD: Makefile,v 1.7 1999/12/28 04:19:59 wiz Exp $
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= festlex-poslex
|
|
PORTVERSION= 1.4.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio accessibility
|
|
MASTER_SITES= ${MASTER_SITE_FESTIVAL}
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
DISTNAME= festlex_POSLEX
|
|
DIST_SUBDIR= festival
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= English lexicon for Festival
|
|
|
|
NO_BUILD= yes
|
|
FHOME= ${PREFIX}/share/festival
|
|
|
|
do-install:
|
|
${TAR} -C ${FHOME:H} -xzvpf ${_DISTDIR}/${_DISTFILES}
|
|
|
|
.include <bsd.port.mk>
|