- Add MASTER_SITES mirror

PR:		ports/88208
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2005-10-31 17:18:52 +00:00
parent 46e48c3ba0
commit 92623f3d72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146844

View File

@ -41,13 +41,15 @@ PLIST_SUB+= FULL="@comment "
.endif
.if defined(WITH_QUAKEWORLD)
MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw
MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw \
ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/unix/:qw
DISTFILES+= ${PROGFILE}:qw
EXTRACT_ONLY+= ${PROGFILE}
PLIST_SUB+= QUAKEWORLD=""
.if defined(WITH_QUAKEWORLD_SKINS)
MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/skins/:skins
MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/skins/:skins \
ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/skins/:skins
DISTFILES+= ${SKINFILES:S/$/:skins/}
EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
PLIST_SUB+= QUAKEWORLD_SKINS=""