diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-05 07:43:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-05 07:43:49 +0000 |
commit | 1bb8ac2a10273fe49a87ad3e507ad11ebbb37ac4 (patch) | |
tree | a3c4434fd1e1e2f5659793fa6aa5ee8e442419cd /games/flightgear/Makefile | |
parent | 0f3bfeea314ffa6b939fcf70486e4532c7685503 (diff) |
Notes
Diffstat (limited to 'games/flightgear/Makefile')
-rw-r--r-- | games/flightgear/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 9e75f5f8af06..a02adbf30b2b 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -8,8 +8,14 @@ PORTNAME?= FlightGear PORTVERSION?= ${FGVERSION} CATEGORIES= games +# see http://www.flightgear.org/templates.js MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \ - ftp://ftp.de.flightgear.org/pub/fgfs/Source/ + ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \ + ftp://ftp.kingmont.com/flightsims/flightgear/Source/ \ + ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Source/ \ + http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/ \ + http://flightgear.mxchange.org/pub/fgfs/Source/ \ + http://ftp3.linux.kiev.ua/pub/fgfs/Source/ MAINTAINER?= ganael.laplanche@martymac.com COMMENT?= The FlightGear flight simulator |