summaryrefslogtreecommitdiffstats
path: root/games/fgrun/Makefile
blob: 3c7c57ba248a5b441db9e5ff9065c55cae00a023 (plain)
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
42
43
# New ports collection makefile for:	fgrun
# Date created:				18 Oct 2008
# Whom:					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

.if defined(WITHOUT_NLS)
PLIST_SUB+=	NLS="@comment "
CONFIGURE_ARGS+=	--disable-nls
.else
USES+=		gettext
PLIST_SUB+=	NLS=""
.endif

post-patch:
.if defined(WITHOUT_NLS)
	@${REINPLACE_CMD} 's|SUBDIRS = src po msvc|SUBDIRS = src|' \
		${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud