From 12cf5328a4ce41c3259e842f1b6c4e8610e481cb Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 5 Feb 2009 15:17:38 +0000 Subject: - This port has no slave pors, so no need for PORTNAME?=, FGVERSION and other magic. PR: 131418 Submitted by: Ganael Laplanche (maintainer) --- games/flightgear/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'games') 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 -- cgit