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

(-)games/vamos/Makefile (-17 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	vamos
8
PORTNAME=	vamos
9
PORTVERSION=	0.6.1
9
PORTVERSION=	0.6.2
10
PORTREVISION=	1
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
Lines 18-48 Link Here
18
		openal.0:${PORTSDIR}/audio/openal \
17
		openal.0:${PORTSDIR}/audio/openal \
19
		png.5:${PORTSDIR}/graphics/png
18
		png.5:${PORTSDIR}/graphics/png
20
19
21
USE_GNOME=	gnometarget
22
USE_GL=		glut
20
USE_GL=		glut
23
USE_SDL=	sdl
21
USE_SDL=	sdl
24
USE_GMAKE=	yes
22
USE_GMAKE=	yes
25
USE_AUTOTOOLS=	libtool:15
23
USE_AUTOTOOLS=	libtool:15
26
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
24
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
27
		MAKEINFO="makeinfo --no-split"
25
CONFIGURE_ARGS=	ac_cv_header_boost_test_unit_test_hpp=no \
28
CONFIGURE_ARGS=	ac_cv_header_boost_test_unit_test_hpp=no
26
		ac_cv_lib_freeglut_glutGetModifiers=no
29
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
30
28
31
INFO=		vamos
29
INFO=		vamos
32
30
33
CPPFLAGS+=	`pkg-config --cflags-only-I sdl freealut libpng12` \
31
CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
34
		${PTHREAD_CFLAGS}
32
LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
35
LDFLAGS=	`pkg-config --libs-only-L sdl freealut libpng12` \
36
		${PTHREAD_LIBS}
37
38
post-extract:
39
	@${RM} -f ${WRKSRC}/doc/*.info*
40
33
41
post-patch:
34
post-patch:
42
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
35
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
43
		's|-pedantic -O2 -g||g ; \
36
		's|-pedantic -O2 -g||g'
44
		 s|libpng`|libpng12`|g'
45
	@${REINPLACE_CMD} -e 's|freeglut|glut|g ; \
46
		 s|FREEGLUT|GLUT|g' ${WRKSRC}/configure
47
37
48
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)games/vamos/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (vamos-0.6.1.tar.gz) = e5b4096f2b39d4e6ea89ac614b777166
1
MD5 (vamos-0.6.2.tar.gz) = 2935e5366c3f8e4ac311d113b3e93396
2
SHA256 (vamos-0.6.1.tar.gz) = 4fd15022e54a8ba136ba0957501a20f9e3a8fcbc418ae8ff414f35592655a51e
2
SHA256 (vamos-0.6.2.tar.gz) = 75f539bcdd6fa6f0cf7cb4014d27f0cd8f581f8ff690b3054eb644e573bc3646
3
SIZE (vamos-0.6.1.tar.gz) = 1545026
3
SIZE (vamos-0.6.2.tar.gz) = 1555156
(-)games/vamos/pkg-plist (-4 / +5 lines)
Lines 17-22 Link Here
17
include/vamos/body/Tire.h
17
include/vamos/body/Tire.h
18
include/vamos/body/Transmission.h
18
include/vamos/body/Transmission.h
19
include/vamos/body/Wheel.h
19
include/vamos/body/Wheel.h
20
include/vamos/geometry/Circular_Buffer.h
20
include/vamos/geometry/Constants.h
21
include/vamos/geometry/Constants.h
21
include/vamos/geometry/Contact_Info.h
22
include/vamos/geometry/Contact_Info.h
22
include/vamos/geometry/Conversions.h
23
include/vamos/geometry/Conversions.h
Lines 25-32 Link Here
25
include/vamos/geometry/Linear_Interpolator.h
26
include/vamos/geometry/Linear_Interpolator.h
26
include/vamos/geometry/Material.h
27
include/vamos/geometry/Material.h
27
include/vamos/geometry/Numeric.h
28
include/vamos/geometry/Numeric.h
28
include/vamos/geometry/Rectangle.h
29
include/vamos/geometry/PID.h
29
include/vamos/geometry/PID.h
30
include/vamos/geometry/Rectangle.h
30
include/vamos/geometry/Spline.h
31
include/vamos/geometry/Spline.h
31
include/vamos/geometry/Three_Matrix.h
32
include/vamos/geometry/Three_Matrix.h
32
include/vamos/geometry/Three_Vector.h
33
include/vamos/geometry/Three_Vector.h
Lines 41-52 Link Here
41
include/vamos/track/Track.h
42
include/vamos/track/Track.h
42
include/vamos/world/Atmosphere.h
43
include/vamos/world/Atmosphere.h
43
include/vamos/world/Controls.h
44
include/vamos/world/Controls.h
44
include/vamos/world/Gl_World.h
45
include/vamos/world/Sounds.h
46
include/vamos/world/World.h
47
include/vamos/world/Driver.h
45
include/vamos/world/Driver.h
46
include/vamos/world/Gl_World.h
48
include/vamos/world/Interactive_Driver.h
47
include/vamos/world/Interactive_Driver.h
49
include/vamos/world/Robot_Driver.h
48
include/vamos/world/Robot_Driver.h
49
include/vamos/world/Sounds.h
50
include/vamos/world/World.h
50
lib/libvamos-body.a
51
lib/libvamos-body.a
51
lib/libvamos-body.la
52
lib/libvamos-body.la
52
lib/libvamos-body.so
53
lib/libvamos-body.so

Return to bug 135641