1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/audio/festvox-pc/Makefile
Florent Thoumie e50fefeef6 - Add festvox-pc 1.0, Italian lexicon for Festival.
PR:		ports/77577
Submitted by:	Dario Freni <saturnero@gufi.org>
2005-03-14 13:12:14 +00:00

37 lines
951 B
Makefile

# New ports collection makefile for: festvox-pc
# Date created: 2005-02-15
# Whom: Dario Freni
#
# $FreeBSD$
#
PORTNAME= festvox-pc
PORTVERSION= 1.0
CATEGORIES= audio accessibility
MASTER_SITES= http://www.csrf.pd.cnr.it/Software/It-Festival/
DISTNAME= pc_ogi_diphone
DIST_SUBDIR= festival
MAINTAINER= saturnero@gufi.org
COMMENT= Italian male voice for Festival
RUN_DEPENDS= \
${LOCALBASE}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI \
${LOCALBASE}/share/festival/lib/dicts/ifd/lex.out:${PORTSDIR}/audio/festlex-ifd \
${LOCALBASE}/share/festival/lib/italian_scm/ifd_diph_ds_dur.scm:${PORTSDIR}/audio/festogi-italian
NO_BUILD= yes
USE_ZIP= YES
WRKSRC= ${WRKDIR}/festival
FHOME= ${PREFIX}/share/festival
post-extract:
@ ${CHMOD} -R 644 ${WRKSRC}
@ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
do-install:
${MKDIR} ${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
.include <bsd.port.mk>