1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/audio/festvox-el11/Makefile
Kris Kennaway 0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00

47 lines
1007 B
Makefile

# New ports collection makefile for: festvox-el11
# Date created: 2000-06-20
# Whom: Trevor Johnson
# 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:${PORTSDIR}/audio/festival
BROKEN= Incomplete pkg-plist
DEPRECATED= "${BROKEN}"
EXPIRATION_DATE=2005-09-22
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>