freebsd-ports/games/fgrun/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

40 lines
1,011 B
Makefile

# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= fgrun
PORTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive/${GO_TAGNAME}.tar.gz?dummy= \
LOCAL/martymac
MAINTAINER= buganini@gmail.com
COMMENT= Graphical frontend to run FlightGear Flight Simulator
LICENSE= GPLv2
LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \
libosg.so:${PORTSDIR}/graphics/osg
BUILD_DEPENDS= simgear>=2.10.0:${PORTSDIR}/devel/simgear \
${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= simgear>=2.10.0:${PORTSDIR}/devel/simgear \
fgfs:${PORTSDIR}/games/flightgear
WRKSRC= ${WRKDIR}/${GO_ACCOUNT}-${GO_PROJECT}
CMAKE_ARGS+= -DLIB_DIR=${PREFIX}/lib
USES= cmake
USE_GL= gl
GO_ACCOUNT= fg
GO_PROJECT= fgrun
GO_TAGNAME= e13e42811239008fded7685d8f2311bb571f6a58
FETCH_ARGS?= -o ${DISTDIR}/${DISTFILES}
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CMAKE_ON= -DENABLE_NLS=yes
.include <bsd.port.mk>