mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
24a9cf72cd
- Update MASTER_SITES - Add LICENSE - Use new LIB_DEPENDS format - Update USES - Enable staging - Use new OPTIONS framework Submitted by: Buganini <buganini@gmail.com> (maintainer)
40 lines
991 B
Makefile
40 lines
991 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fgrun
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive/${GO_TAGNAME}.tar.gz?dummy=
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= A 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
|
|
|
|
USE_GCC= yes
|
|
USES= cmake
|
|
USE_GL= gl
|
|
|
|
GO_ACCOUNT= fg
|
|
GO_PROJECT= fgrun
|
|
GO_TAGNAME= 90e936c01e28feac4a9c3e28d5227980fb8f1e1d
|
|
FETCH_ARGS?= -o ${DISTDIR}/${DISTFILES}
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
NLS_USES= gettext
|
|
NLS_CMAKE_ON= -DENABLE_NLS=yes
|
|
|
|
.include <bsd.port.mk>
|