aboutsummaryrefslogtreecommitdiffstats
path: root/games/fgrun/Makefile
blob: 187898efeff994b475d265bb6068a7edae33fa3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Created by: buganini@gmail.com
# $FreeBSD$

PORTNAME=   fgrun
PORTVERSION=    1.6.0
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   SF

MAINTAINER= buganini@gmail.com
COMMENT=    A graphical frontend to run FlightGear Flight Simulator

LIB_DEPENDS=    fltk.1:${PORTSDIR}/x11-toolkits/fltk \
        osg.80:${PORTSDIR}/graphics/osg
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

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-boost="${LOCALBASE}"
USE_GMAKE=  yes
USE_GL=     gl

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USES+=      gettext
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS+=    --disable-nls
.endif

post-patch:
.if ! ${PORT_OPTIONS:MNLS}
    @${REINPLACE_CMD} 's|SUBDIRS = src po msvc|SUBDIRS = src|' \
        ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>