pkgsrc/audio/festvox-hvs/Makefile
agc 4cffd86a29 When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
2000-02-15 09:26:12 +00:00

31 lines
743 B
Makefile

# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:14 agc Exp $
DISTNAME= voice_hvs_di-2.0
PKGNAME= festvox-hvs-2.0
WRKSRC= ${WRKDIR}/festival
CATEGORIES= audio
MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/
MAINTAINER= proff@iq.org
HOMEPAGE= http://cslu.cse.ogi.edu/tts
DEPENDS+= festival-1.4.0:../festival
DEPENDS+= festlex-ogi-2.0:../festlex-ogi
DEPENDS+= festogi-spanish-2.0:../festogi-spanish
LICENSE= no-commercial-use
NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
post-extract:
${CHMOD} -R a+r ${WRKSRC}
${FIND} ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755
${FIND} ${WRKSRC} -type d -name CVS | xargs ${RM} -fr
do-install:
${INSTALL_DATA_DIR} ${FHOME}
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
.include "../../mk/bsd.pkg.mk"