aboutsummaryrefslogtreecommitdiff
path: root/games/fgrun
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2011-11-10 07:40:24 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2011-11-10 07:40:24 +0000
commit819bed4840e5823d26fb1e7894bcf4d3ffa47f24 (patch)
tree9f497b0bf3ac1fe9c1bfcb1a6f6bb7a66206fcff /games/fgrun
parent702f24ef23b3c75ece68250d4ec573735e673911 (diff)
downloadports-819bed4840e5823d26fb1e7894bcf4d3ffa47f24.tar.gz
ports-819bed4840e5823d26fb1e7894bcf4d3ffa47f24.zip
Notes
Diffstat (limited to 'games/fgrun')
-rw-r--r--games/fgrun/Makefile15
-rw-r--r--games/fgrun/distinfo4
-rw-r--r--games/fgrun/files/patch-src-Makefile.in2
3 files changed, 10 insertions, 11 deletions
diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile
index e53a0d4d0506..c300490d290a 100644
--- a/games/fgrun/Makefile
+++ b/games/fgrun/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= fgrun
-PORTVERSION= 1.5.2
-PORTREVISION= 2
+PORTVERSION= 1.6.0
CATEGORIES= games
MASTER_SITES= SF
@@ -15,11 +14,10 @@ MAINTAINER= buganini@gmail.com
COMMENT= A graphical frontend to run FlightGear Flight Simulator
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
-BUILD_DEPENDS= SimGear>=2.0.0:${PORTSDIR}/devel/simgear \
- plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib
-RUN_DEPENDS= SimGear>=2.0.0:${PORTSDIR}/devel/simgear \
- fgfs:${PORTSDIR}/games/flightgear \
- plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib
+BUILD_DEPENDS= simgear>=2.4.0:${PORTSDIR}/devel/simgear \
+ ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs
+RUN_DEPENDS= simgear>=2.4.0:${PORTSDIR}/devel/simgear \
+ fgfs:${PORTSDIR}/games/flightgear
.if defined(WITH_OSG_DEVEL)
LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel
@@ -28,12 +26,13 @@ LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg
.endif
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-boost="${LOCALBASE}"
USE_GMAKE= yes
USE_GL= gl
.if defined(WITHOUT_NLS)
PLIST_SUB+= NLS="@comment "
-CONFIGURE_ARGS= --disable-nls
+CONFIGURE_ARGS+= --disable-nls
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
diff --git a/games/fgrun/distinfo b/games/fgrun/distinfo
index 9ebc623a3d90..9f6ca3b3f5b0 100644
--- a/games/fgrun/distinfo
+++ b/games/fgrun/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fgrun-1.5.2.tar.gz) = 32434caa1b3ecf2046872855da461b8b3d5dc7172760bb6db9ab8777bccc8720
-SIZE (fgrun-1.5.2.tar.gz) = 386102
+SHA256 (fgrun-1.6.0.tar.gz) = 67213a9e66a5e66a73f2f00ff4e3101d41289de3ea08058df6899c958c3abe31
+SIZE (fgrun-1.6.0.tar.gz) = 414876
diff --git a/games/fgrun/files/patch-src-Makefile.in b/games/fgrun/files/patch-src-Makefile.in
index 899b344d2177..7be0a0b4b321 100644
--- a/games/fgrun/files/patch-src-Makefile.in
+++ b/games/fgrun/files/patch-src-Makefile.in
@@ -5,7 +5,7 @@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-+LIBS = @LIBS@ -lintl -lfltk
++LIBS = @LIBS@ -lintl -lfltk -lfltk_gl
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@