1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/festvox-pc/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: festvox-pc
# Date created: 2005-02-15
# Whom: Dario Freni
#
# $FreeBSD$
#
PORTNAME= festvox-pc
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= it-festival
DISTNAME= Italian-FESTIVAL
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:
@${UNZIP_CMD} -qq -d ${WRKDIR} ${WRKDIR}/pc_ogi_diphone.zip
@${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
@${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
do-install:
${MKDIR} ${FHOME}
(cd ${WRKSRC} && ${CP} -pPR * ${FHOME})
.include <bsd.port.mk>