View | Details | Raw Unified | Return to bug 135062
Collapse All | Expand All

(-)flightgear-atlas/Makefile (-6 / +6 lines)
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
(-)flightgear-atlas/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Atlas-0.3.0.20080504.tar.gz) = a1e884dc3f75e82db7f7b2129cf074f2
1
MD5 (Atlas-0.3.1.20090529.tar.gz) = b14b8c8389b8dfeada50078967f6e9f1
2
SHA256 (Atlas-0.3.0.20080504.tar.gz) = 8c4447debc1ad6bbd63622131179f3805d1bbda2a13e278a06f5e8fde03f2598
2
SHA256 (Atlas-0.3.1.20090529.tar.gz) = c08258e04328421912041278aea1f2cbc736d382d6bff5166e8417a8c2aabbeb
3
SIZE (Atlas-0.3.0.20080504.tar.gz) = 133687
3
SIZE (Atlas-0.3.1.20090529.tar.gz) = 130667

Return to bug 135062