summaryrefslogtreecommitdiffstats
path: root/games/flightgear-atlas/Makefile
blob: e199360bb2b365050238cd70a75d22be482d13c9 (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
44
45
46
47
48
49
50
# New ports collection makefile for:	flightgear-atlas
# Date created:				16 Sep 2005
# Whom:					Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	flightgear-atlas
PORTVERSION=	0.3.0.20080504
CATEGORIES=	games
MASTER_SITES=	http://contribs.martymac.com/FreeBSD-ports/distfiles/ \
		http://freebsd.unixfreunde.de/sources/
DISTNAME=	Atlas-${PORTVERSION}

MAINTAINER=	ganael.laplanche@martymac.com
COMMENT=	A map viewer for use with the FlightGear flight simulator

BUILD_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
		${LOCALBASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
		jpeg.9:${PORTSDIR}/graphics/jpeg \
		curl.4:${PORTSDIR}/ftp/curl
RUN_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
		${LOCALBASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear \
		${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data

USE_AUTOTOOLS=	aclocal:19 autoheader:262 automake:15 autoconf:262
AUTOMAKE_ARGS=	--add-missing

BROKEN=	does not build with simgear

GNU_CONFIGURE=	yes
USE_XORG=	ice sm x11 xext xi xt xmu
USE_GL=	gl glu glut

CPPFLAGS=	-I${LOCALBASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS=	-L${LOCALBASE}/lib -L${LOCALBASE}/lib
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS=	--with-fgbase="${LOCALBASE}/share/FlightGear"

post-patch:
	@${REINPLACE_CMD} -e 's|^base_LIBS="$$LIBS"|base_LIBS="$$LIBS ${PTHREAD_LIBS}"|' ${WRKSRC}/configure.ac
	@${REINPLACE_CMD} -e 's|^AC_CHECK_LIB(pthread, pthread_exit)||' ${WRKSRC}/configure.ac
	@${REINPLACE_CMD} -e 's|-lpthread||' ${WRKSRC}/src/Makefile.am

post-install:
	${INSTALL_DATA} ${WRKSRC}/src/AtlasPalette ${LOCALBASE}/share/FlightGear
	@${CAT} ${PKGMESSAGE}

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