3d8ef5a52d
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
36 lines
897 B
Makefile
36 lines
897 B
Makefile
# $NetBSD: Makefile,v 1.21 2008/05/26 02:13:15 joerg Exp $
|
|
|
|
DISTNAME= voice_mwm_di-2.0
|
|
PKGNAME= festvox-mwm-2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cslu.cse.ogi.edu/tts/
|
|
COMMENT= American English male voice for the festival speech synthesis system
|
|
|
|
DEPENDS+= festival>=1.4.0:../../audio/festival
|
|
DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
LICENSE= no-commercial-use
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/festival
|
|
NO_BUILD= yes
|
|
|
|
FHOME= ${PREFIX}/share/festival
|
|
|
|
post-extract:
|
|
${CHMOD} -R a+r ${WRKSRC}
|
|
${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755
|
|
${FIND} ${WRKSRC} -type d -name CVS -print | ${XARGS} ${RM} -fr
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${FHOME}
|
|
cd ${WRKSRC} && pax -rw * ${DESTDIR}${FHOME}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|