diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-05 23:17:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-05 23:17:38 +0800 |
commit | 12cf5328a4ce41c3259e842f1b6c4e8610e481cb (patch) | |
tree | ae3d15023a78fde2e61e60e23b82b0e876391e5e /games | |
parent | 328d7f2b33b503798d40c43f6f315fa282fa43bf (diff) | |
download | freebsd-ports-gnome-12cf5328a4ce41c3259e842f1b6c4e8610e481cb.tar.gz freebsd-ports-gnome-12cf5328a4ce41c3259e842f1b6c4e8610e481cb.tar.zst freebsd-ports-gnome-12cf5328a4ce41c3259e842f1b6c4e8610e481cb.zip |
- This port has no slave pors, so no need for PORTNAME?=, FGVERSION and other magic.
PR: 131418
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/flightgear/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 8b8da66e6191..c2feaaaf213a 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -5,9 +5,8 @@ # $FreeBSD$ # -PORTNAME?= FlightGear -PORTVERSION?= ${FGVERSION} -PORTREVISION?= 0 +PORTNAME= FlightGear +PORTVERSION= 1.9.1 CATEGORIES= games # see http://www.flightgear.org/templates.js MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \ @@ -19,8 +18,8 @@ MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \ ftp://ftp.flightgear.org/pub/fgfs/Source/ \ ftp://ftp.is.co.za/pub/games/flightgear/ftp/Source/ -MAINTAINER?= ganael.laplanche@martymac.com -COMMENT?= The FlightGear flight simulator +MAINTAINER= ganael.laplanche@martymac.com +COMMENT= The FlightGear flight simulator LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ osg.48:${PORTSDIR}/graphics/osg \ @@ -31,8 +30,6 @@ 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 -FGVERSION= 1.9.1 - USE_XORG= ice sm x11 xext xi xt xmu USE_GL= gl glu glut USE_GMAKE= yes |