|
Lines 6-13
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= flightgear-atlas |
8 |
PORTNAME= flightgear-atlas |
| 9 |
PORTVERSION= 0.3.0.20080504 |
9 |
PORTVERSION= 0.3.1.20090529 |
| 10 |
PORTREVISION= 2 |
|
|
| 11 |
CATEGORIES= games |
10 |
CATEGORIES= games |
| 12 |
MASTER_SITES= http://contribs.martymac.com/FreeBSD-ports/distfiles/ \ |
11 |
MASTER_SITES= http://contribs.martymac.com/FreeBSD-ports/distfiles/ \ |
| 13 |
http://freebsd.unixfreunde.de/sources/ |
12 |
http://freebsd.unixfreunde.de/sources/ |
|
Lines 28-41
Link Here
|
| 28 |
USE_AUTOTOOLS= aclocal:19 autoheader:262 automake:15 autoconf:262 |
27 |
USE_AUTOTOOLS= aclocal:19 autoheader:262 automake:15 autoconf:262 |
| 29 |
AUTOMAKE_ARGS= --add-missing |
28 |
AUTOMAKE_ARGS= --add-missing |
| 30 |
|
29 |
|
| 31 |
BROKEN= does not build with simgear |
|
|
| 32 |
|
| 33 |
GNU_CONFIGURE= yes |
30 |
GNU_CONFIGURE= yes |
| 34 |
USE_XORG= ice sm x11 xext xi xt xmu |
31 |
USE_XORG= ice sm x11 xext xi xt xmu |
| 35 |
USE_GL= gl glu glut |
32 |
USE_GL= gl glu glut |
| 36 |
|
33 |
|
| 37 |
CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |
34 |
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ |
| 38 |
LDFLAGS= -L${LOCALBASE}/lib -L${LOCALBASE}/lib |
35 |
-DSG_GLUT_H='<GL/glut.h>' \ |
|
|
36 |
-DSG_GL_H='<GL/gl.h>' \ |
| 37 |
-DSTL_STRING='<string>' |
| 38 |
LDFLAGS= -L${LOCALBASE}/lib |
| 39 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
39 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
| 40 |
CONFIGURE_ARGS= --with-fgbase="${LOCALBASE}/share/FlightGear" |
40 |
CONFIGURE_ARGS= --with-fgbase="${LOCALBASE}/share/FlightGear" |
| 41 |
|
41 |
|