|
Lines 5-13
Link Here
|
| 5 |
# $FreeBSD: ports/games/flightgear/Makefile,v 1.55 2009/02/03 22:54:13 amdmi3 Exp $ |
5 |
# $FreeBSD: ports/games/flightgear/Makefile,v 1.55 2009/02/03 22:54:13 amdmi3 Exp $ |
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME?= FlightGear |
8 |
PORTNAME= FlightGear |
| 9 |
PORTVERSION?= ${FGVERSION} |
9 |
PORTVERSION= 1.9.1 |
| 10 |
PORTREVISION?= 0 |
10 |
PORTREVISION= 0 |
| 11 |
CATEGORIES= games |
11 |
CATEGORIES= games |
| 12 |
# see http://www.flightgear.org/templates.js |
12 |
# see http://www.flightgear.org/templates.js |
| 13 |
MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \ |
13 |
MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \ |
|
Lines 19-26
Link Here
|
| 19 |
ftp://ftp.flightgear.org/pub/fgfs/Source/ \ |
19 |
ftp://ftp.flightgear.org/pub/fgfs/Source/ \ |
| 20 |
ftp://ftp.is.co.za/pub/games/flightgear/ftp/Source/ |
20 |
ftp://ftp.is.co.za/pub/games/flightgear/ftp/Source/ |
| 21 |
|
21 |
|
| 22 |
MAINTAINER?= ganael.laplanche@martymac.com |
22 |
MAINTAINER= ganael.laplanche@martymac.com |
| 23 |
COMMENT?= The FlightGear flight simulator |
23 |
COMMENT= The FlightGear flight simulator |
| 24 |
|
24 |
|
| 25 |
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ |
25 |
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ |
| 26 |
osg.48:${PORTSDIR}/graphics/osg \ |
26 |
osg.48:${PORTSDIR}/graphics/osg \ |
|
Lines 31-38
Link Here
|
| 31 |
${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \ |
31 |
${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \ |
| 32 |
${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data |
32 |
${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data |
| 33 |
|
33 |
|
| 34 |
FGVERSION= 1.9.1 |
|
|
| 35 |
|
| 36 |
USE_XORG= ice sm x11 xext xi xt xmu |
34 |
USE_XORG= ice sm x11 xext xi xt xmu |
| 37 |
USE_GL= gl glu glut |
35 |
USE_GL= gl glu glut |
| 38 |
USE_GMAKE= yes |
36 |
USE_GMAKE= yes |