aboutsummaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-04-20 10:27:09 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-04-20 10:27:09 +0000
commita5ae44141aedc08017b8e4f851fa150d59a57784 (patch)
tree3bfbe9a5796d0595df2d7424de52794eb5e121af /audio/festival
parent39ac6a6aab0cb437a4a99d24b6435c04871a6570 (diff)
downloadports-a5ae44141aedc08017b8e4f851fa150d59a57784.tar.gz
ports-a5ae44141aedc08017b8e4f851fa150d59a57784.zip
Notes
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 1cb8f5f0b3fd..4cdc1cfc447d 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -10,8 +10,7 @@
PORTNAME= festival
PORTVERSION= 1.4.1
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/${PORTVERSION}/ \
- http://www.speech.cs.cmu.edu/festival/cstr/festival/${PORTVERSION}/ \
+MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/${PORTVERSION}/ \
ftp://ftp.leb.net/pub/blinux/${SUB} \
ftp://ftp.mayn.de/pub/linux/BLinux/${SUB} \
ftp://ftp.tuwien.ac.at/opsys/linux/blinux/${SUB}
@@ -106,16 +105,22 @@ pre-patch:
post-patch:
${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile
${CP} ${FILESDIR}/FreeBSD.mak ${SPEECHTOOLS}/config/systems/FreeBSD.mak
+.for arch in alpha ix86
.for i in 4 5
${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \
- ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.${i}.mak
+ ${SPEECHTOOLS}/config/systems/${arch}_FreeBSD3.${i}.mak
.endfor
+.endfor
+.for arch in alpha ix86
.for i in 1 2 3 4 5 6 7 8 9
${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
- ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.${i}.mak
+ ${SPEECHTOOLS}/config/systems/${arch}_FreeBSD4.${i}.mak
+.endfor
.endfor
+.for arch in alpha ix86
${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
- ${SPEECHTOOLS}/config/systems/ix86_FreeBSD5.0.mak
+ ${SPEECHTOOLS}/config/systems/${arch}_FreeBSD5.0.mak
+.endfor
pre-install:
.if defined (WITH_OGI)