- Update to 1.5.2
PR: 144554 submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
This commit is contained in:
parent
f23e826011
commit
0b581eb16a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251095
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fgrun
|
||||
PORTVERSION= 1.5.1
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 1.5.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -15,14 +14,19 @@ MAINTAINER= buganini@gmail.com
|
||||
COMMENT= A graphical frontend to run FlightGear Flight Simulator
|
||||
|
||||
BUILD_DEPENDS= fltk-threads>=1.1.9:${PORTSDIR}/x11-toolkits/fltk-threads \
|
||||
SimGear>=1.9.1:${PORTSDIR}/devel/simgear \
|
||||
SimGear>=2.0.0:${PORTSDIR}/devel/simgear \
|
||||
plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib
|
||||
RUN_DEPENDS= fltk-threads>=1.1.9:${PORTSDIR}/x11-toolkits/fltk-threads \
|
||||
osg>=2.6.1:${PORTSDIR}/graphics/osg \
|
||||
SimGear>=1.9.1:${PORTSDIR}/devel/simgear \
|
||||
SimGear>=2.0.0:${PORTSDIR}/devel/simgear \
|
||||
fgfs:${PORTSDIR}/games/flightgear \
|
||||
plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib
|
||||
|
||||
.if defined(WITH_OSG_DEVEL)
|
||||
LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel
|
||||
.else
|
||||
LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GL= gl
|
||||
@ -35,12 +39,6 @@ USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
.if defined(WITH_OSG_DEVEL)
|
||||
LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel
|
||||
.else
|
||||
LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if defined(WITHOUT_NLS)
|
||||
@${REINPLACE_CMD} 's|SUBDIRS = src po msvc|SUBDIRS = src|' \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (fgrun-1.5.1.tar.gz) = ec56662b2467719924e5667ed24ba419
|
||||
SHA256 (fgrun-1.5.1.tar.gz) = a91a7d3494943876e9bc9e67aa5f366f5a6fa1fd5ebdd7ef239280439e4cb2d7
|
||||
SIZE (fgrun-1.5.1.tar.gz) = 381289
|
||||
MD5 (fgrun-1.5.2.tar.gz) = cee32c8359a61e0db3156f7bd271321c
|
||||
SHA256 (fgrun-1.5.2.tar.gz) = 32434caa1b3ecf2046872855da461b8b3d5dc7172760bb6db9ab8777bccc8720
|
||||
SIZE (fgrun-1.5.2.tar.gz) = 386102
|
||||
|
Loading…
Reference in New Issue
Block a user