summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2010-11-23 13:33:32 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2010-11-23 13:33:32 +0000
commitf05418f618956a254e47fc63bdd12276b772a1e0 (patch)
treebc86f7b08e9fd47ba0bb5f8f15b21e2dab5d2a8f /games
parent- Mark BROKEN on 8.X and up (diff)
- Add missing LICENSE
- Cleanup MASTER_SITES Approved by: ehaupt (mentor)
Notes
Notes: svn path=/head/; revision=265003
Diffstat (limited to 'games')
-rw-r--r--games/flightgear-data/Makefile14
-rw-r--r--games/flightgear/Makefile15
2 files changed, 14 insertions, 15 deletions
diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile
index f720e3639d85..55bbaade22c3 100644
--- a/games/flightgear-data/Makefile
+++ b/games/flightgear-data/Makefile
@@ -7,20 +7,20 @@
PORTNAME= FlightGear-data
PORTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= games
# see http://www.flightgear.org/templates.js
-MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ \
+MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \
+ http://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/ \
ftp://ftp.kingmont.com/flightsims/flightgear/Shared/ \
- ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/ \
- http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \
- http://ftp3.linux.kiev.ua/pub/fgfs/Shared/ \
- ftp://ftp.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \
- ftp://ftp.flightgear.org/pub/fgfs/Shared/ \
- ftp://ftp.is.co.za/pub/games/flightgear/ftp/Shared/
+ ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ \
+ ftp://flightgear.wo0t.de/flightgear-ftp/ftp/Shared/
MAINTAINER= martymac@FreeBSD.org
COMMENT= FlightGear scenery, textures and aircraft models
+LICENSE= GPLv2
+
NO_BUILD= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/data
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index fe0f7636c1cc..a6a842495398 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -7,17 +7,14 @@
PORTNAME= FlightGear
PORTVERSION= 2.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
# see http://www.flightgear.org/templates.js
-MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \
+MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/ \
+ http://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/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://ftp3.linux.kiev.ua/pub/fgfs/Source/ \
- ftp://ftp.ibiblio.org/pub/mirrors/flightgear/ftp/Source/ \
- ftp://ftp.flightgear.org/pub/fgfs/Source/ \
- ftp://ftp.is.co.za/pub/games/flightgear/ftp/Source/
+ ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \
+ ftp://flightgear.wo0t.de/flightgear-ftp/ftp/Source/
MAINTAINER= martymac@FreeBSD.org
COMMENT= The FlightGear flight simulator
@@ -29,6 +26,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \
${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data
+LICENSE= GPLv2
+
.if defined(WITH_OSG_DEVEL)
LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel
.else