- Update to 1.6.0

- Remove obsolete dependency to plib
- Add build dependency to boost-libs

PR:		ports/162303
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
Feature safe:	yes
This commit is contained in:
Ganael LAPLANCHE 2011-11-10 07:40:24 +00:00
parent 702f24ef23
commit 819bed4840
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285437
3 changed files with 10 additions and 11 deletions

View File

@ -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=""

View File

@ -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

View File

@ -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@