|
Lines 22-28
Link Here
|
| 22 |
COMMENT= The FlightGear flight simulator |
22 |
COMMENT= The FlightGear flight simulator |
| 23 |
|
23 |
|
| 24 |
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ |
24 |
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ |
| 25 |
osg.48:${PORTSDIR}/graphics/osg \ |
|
|
| 26 |
boost_thread.4:${PORTSDIR}/devel/boost |
25 |
boost_thread.4:${PORTSDIR}/devel/boost |
| 27 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ |
26 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ |
| 28 |
${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear |
27 |
${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear |
|
Lines 30-35
Link Here
|
| 30 |
${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \ |
29 |
${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \ |
| 31 |
${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data |
30 |
${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data |
| 32 |
|
31 |
|
|
|
32 |
.if defined(WITH_OSG_DEVEL) |
| 33 |
LIB_DEPENDS+= osg.54:${PORTSDIR}/graphics/osg-devel |
| 34 |
.else |
| 35 |
LIB_DEPENDS+= osg.48:${PORTSDIR}/graphics/osg |
| 36 |
.endif |
| 37 |
|
| 33 |
USE_XORG= ice sm x11 xext xi xt xmu |
38 |
USE_XORG= ice sm x11 xext xi xt xmu |
| 34 |
USE_GL= gl glu glut |
39 |
USE_GL= gl glu glut |
| 35 |
USE_GMAKE= yes |
40 |
USE_GMAKE= yes |