diff options
author | martymac <martymac@FreeBSD.org> | 2010-11-23 21:33:32 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-11-23 21:33:32 +0800 |
commit | 2c07b04d91caae185d383bbbe24251b5720450b3 (patch) | |
tree | 2e6388e18729117ccbe9465872b7df50ed2ac88b /games | |
parent | 9e9af2d2072e895c2e3db3141df366823173f16d (diff) | |
download | freebsd-ports-gnome-2c07b04d91caae185d383bbbe24251b5720450b3.tar.gz freebsd-ports-gnome-2c07b04d91caae185d383bbbe24251b5720450b3.tar.zst freebsd-ports-gnome-2c07b04d91caae185d383bbbe24251b5720450b3.zip |
- Add missing LICENSE
- Cleanup MASTER_SITES
Approved by: ehaupt (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/flightgear-data/Makefile | 14 | ||||
-rw-r--r-- | games/flightgear/Makefile | 15 |
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 |