2013-04-30 00:27:05 +02:00
|
|
|
# Created by: buganini@gmail.com
|
2008-10-19 15:59:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fgrun
|
2014-05-14 14:14:58 +02:00
|
|
|
PORTVERSION= 3.0.0
|
2008-10-19 15:59:25 +02:00
|
|
|
CATEGORIES= games
|
2014-05-14 14:14:58 +02:00
|
|
|
MASTER_SITES= https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive/${GO_TAGNAME}.tar.gz?dummy= \
|
|
|
|
LOCAL/martymac
|
2008-10-19 15:59:25 +02:00
|
|
|
|
|
|
|
MAINTAINER= buganini@gmail.com
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Graphical frontend to run FlightGear Flight Simulator
|
2008-10-19 15:59:25 +02:00
|
|
|
|
2013-11-20 14:26:34 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \
|
|
|
|
libosg.so:${PORTSDIR}/graphics/osg
|
|
|
|
BUILD_DEPENDS= simgear>=2.10.0:${PORTSDIR}/devel/simgear \
|
2011-11-10 08:40:24 +01:00
|
|
|
${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs
|
2013-11-20 14:26:34 +01:00
|
|
|
RUN_DEPENDS= simgear>=2.10.0:${PORTSDIR}/devel/simgear \
|
2011-11-10 08:40:24 +01:00
|
|
|
fgfs:${PORTSDIR}/games/flightgear
|
2008-10-19 15:59:25 +02:00
|
|
|
|
2013-11-20 14:26:34 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${GO_ACCOUNT}-${GO_PROJECT}
|
|
|
|
|
|
|
|
CMAKE_ARGS+= -DLIB_DIR=${PREFIX}/lib
|
|
|
|
|
|
|
|
USES= cmake
|
2008-10-19 15:59:25 +02:00
|
|
|
USE_GL= gl
|
2009-01-19 11:05:45 +01:00
|
|
|
|
2013-11-20 14:26:34 +01:00
|
|
|
GO_ACCOUNT= fg
|
|
|
|
GO_PROJECT= fgrun
|
2014-05-14 14:14:58 +02:00
|
|
|
GO_TAGNAME= e13e42811239008fded7685d8f2311bb571f6a58
|
2013-11-20 14:26:34 +01:00
|
|
|
FETCH_ARGS?= -o ${DISTDIR}/${DISTFILES}
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CMAKE_ON= -DENABLE_NLS=yes
|
2008-10-19 15:59:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|