diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-04-08 01:28:05 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-04-08 01:28:05 +0000 |
commit | 8ce52f5a2feb07dd710ff469066b0e39a1c65d57 (patch) | |
tree | a16e82cad731d23c3b57f61f31abe6bcf6a8354b /audio/festvox-hvs | |
parent | 9ba9b893e8c34d32581c20699d8da38a3cb4f00e (diff) | |
download | ports-8ce52f5a2feb07dd710ff469066b0e39a1c65d57.tar.gz ports-8ce52f5a2feb07dd710ff469066b0e39a1c65d57.zip |
Notes
Diffstat (limited to 'audio/festvox-hvs')
-rw-r--r-- | audio/festvox-hvs/Makefile | 22 | ||||
-rw-r--r-- | audio/festvox-hvs/distinfo | 6 |
2 files changed, 17 insertions, 11 deletions
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile index a68671ccbd65..60fc65279ac5 100644 --- a/audio/festvox-hvs/Makefile +++ b/audio/festvox-hvs/Makefile @@ -9,27 +9,33 @@ PORTNAME= festvox-hvs PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= audio accessibility spanish MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI} DISTNAME= voice_hvs_di-2.1 -DIST_SUBDIR= festival MAINTAINER= araujo@FreeBSD.org COMMENT= Mexican Spanish female voice for Festival -RESTRICTED= no-commercial-use - -RUN_DEPENDS= ${PORTSDIR}/audio/festival+OGI \ - ${PORTSDIR}/audio/festlex-poslex \ - ${PORTSDIR}/audio/festlex-ogi \ - ${PORTSDIR}/audio/festogi-spanish +RUN_DEPENDS= festival+OGI:${PORTSDIR}/audio/festival+OGI \ + festlex-poslex:${PORTSDIR}/audio/festlex-poslex \ + festlex-ogi:${PORTSDIR}/audio/festlex-ogi \ + festogi-spanish:${PORTSDIR}/audio/festogi-spanish WRKSRC= ${WRKDIR}/festival +RESTRICTED= no-commercial-use + NO_BUILD= yes FHOME= ${PREFIX}/share/festival +.include <bsd.port.pre.mk> + +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +IGNORE= distfile can only be fetched if you accept the license. Go to https://www.cslu.ogi.edu/tts/download/data/voice_hvs_di-2.1.tar.gz and put ${DISTFILE} into ${DISTDIR} +.endif + post-extract: @ ${CHMOD} -R a+r ${WRKSRC} @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 @@ -39,4 +45,4 @@ do-install: ${MKDIR} ${FHOME} cd ${WRKSRC} && ${CP} -pPR * ${FHOME} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/audio/festvox-hvs/distinfo b/audio/festvox-hvs/distinfo index 62f9be5c1b01..0389cff078a4 100644 --- a/audio/festvox-hvs/distinfo +++ b/audio/festvox-hvs/distinfo @@ -1,3 +1,3 @@ -MD5 (festival/voice_hvs_di-2.1.tar.gz) = 263f53135942086fa584b63ecf6f794a -SHA256 (festival/voice_hvs_di-2.1.tar.gz) = feab89b74819be118ebdcc018fdcab9c3239dc1c0fdfb6095df714e032bcddc0 -SIZE (festival/voice_hvs_di-2.1.tar.gz) = 2325002 +MD5 (voice_hvs_di-2.1.tar.gz) = 263f53135942086fa584b63ecf6f794a +SHA256 (voice_hvs_di-2.1.tar.gz) = feab89b74819be118ebdcc018fdcab9c3239dc1c0fdfb6095df714e032bcddc0 +SIZE (voice_hvs_di-2.1.tar.gz) = 2325002 |