Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= flightgear-terragear |
4 |
PORTVERSION= 20171007 |
5 |
CATEGORIES= games |
6 |
|
7 |
MAINTAINER= mike.d.ft402@gmail.com |
8 |
COMMENT= Tools for building scenery for the FlightGear project |
9 |
|
10 |
LICENSE= GPLv2 |
11 |
|
12 |
LIB_DEPENDS= libCGAL.so:math/cgal \ |
13 |
libgdal.so:graphics/gdal \ |
14 |
libmpfr.so:math/mpfr \ |
15 |
libgmp.so:math/gmp \ |
16 |
libboost_thread.so:devel/boost-libs \ |
17 |
libboost_system.so:devel/boost-libs \ |
18 |
libboost_chrono.so:devel/boost-libs \ |
19 |
libboost_date_time.so:devel/boost-libs \ |
20 |
libboost_atomic.so:devel/boost-libs \ |
21 |
libtiff.so:graphics/tiff |
22 |
|
23 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear |
24 |
RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear |
25 |
|
26 |
USE_GITHUB= yes |
27 |
GH_ACCOUNT= flightgear |
28 |
GH_PROJECT= terragear |
29 |
GH_TAGNAME= 5b5e5fc |
30 |
|
31 |
USES= cmake |
32 |
|
33 |
.include <bsd.port.pre.mk> |
34 |
|
35 |
# FIXME Make dies with "malformed conditional". I don't know what's wrong! |
36 |
# Chase devel/simgear compiler version |
37 |
#.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46 |
38 |
#USE_GCC= yes |
39 |
#CXXFLAGS+= -D_GLIBCXX_USE_C99 |
40 |
#.endif |
41 |
|
42 |
.include <bsd.port.post.mk> |