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

(-)games/kobodeluxe/Makefile (-10 / +20 lines)
Lines 6-27 Link Here
6
#
6
#
7
7
8
PORTNAME=	kobodeluxe
8
PORTNAME=	kobodeluxe
9
PORTVERSION=	0.4.p8
9
PORTVERSION=	0.4.p10
10
PORTREVISION=	1
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	http://olofson.net/kobodl/download/
11
MASTER_SITES=	http://olofson.net/kobodl/download/
13
DISTNAME=	KoboDeluxe-${PORTVERSION:S/.p/pre/}
12
DISTNAME=	KoboDeluxe-${PORTVERSION:S/.p/pre/}
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Kobo Deluxe (formerly SKobo) is an SDL port of Akira Higuchi's XKobo
15
COMMENT=	An SDL port of the scrolling game XKobo
17
16
17
USE_SDL=	image sdl
18
USE_REINPLACE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	SDL_CONFIG=${LOCALBASE}/bin/sdl11-config
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_ARGS+=	--program-transform-name="s/$$//"
21
21
22
USE_SDL=	image sdl
22
MAN6=		kobodl.6
23
USE_AUTOCONF_VER=	253
24
USE_AUTOMAKE_VER=	15
25
23
26
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
27
25
Lines 29-35 Link Here
29
BROKEN=		"Does not compile on amd64"
27
BROKEN=		"Does not compile on amd64"
30
.endif
28
.endif
31
29
32
pre-configure:
30
.if defined(WITH_OPENGL)
33
	cd ${WRKDIR}/${DISTNAME} && ${ACLOCAL} && ${AUTOCONF} && ${AUTOHEADER}
31
USE_GL=		yes
32
CONFIGURE_ARGS+=	--enable-opengl
33
.else
34
CONFIGURE_ARGS+=	--disable-opengl
35
.endif
36
37
post-patch:
38
.for file in configure data/Makefile.in
39
	@${REINPLACE_CMD} -e 's|$$(datadir)/games|$$(datadir)|g ; \
40
		 s|$$(prefix)/games|$$(datadir)|g ; \
41
		 s|-lSDL$$||g ; \
42
		 s|SDL/SDL|SDL|g' ${WRKSRC}/${file}
43
.endfor
34
44
35
.include <bsd.port.post.mk>
45
.include <bsd.port.post.mk>
(-)games/kobodeluxe/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (KoboDeluxe-0.4pre8.tar.gz) = 215fba14e30755940833dc1abb322bd6
1
MD5 (KoboDeluxe-0.4pre10.tar.gz) = 6c075837ae680bf5490c1fc4279dcc8b
2
SIZE (KoboDeluxe-0.4pre8.tar.gz) = 676204
2
SIZE (KoboDeluxe-0.4pre10.tar.gz) = 800650
(-)games/kobodeluxe/files/patch-configure.in (-21 lines)
Lines 1-21 Link Here
1
$FreeBSD: ports/games/kobodeluxe/files/patch-configure.in,v 1.1 2002/07/25 16:54:42 petef Exp $
2
3
--- configure.in.orig	Mon Jun 10 23:21:17 2002
4
+++ configure.in	Wed Jun 12 09:06:35 2002
5
@@ -30,7 +30,7 @@
6
 build_simple_bundle=no
7
 unix_scoredir=yes
8
 DATADIR='$(datadir)/games/kobo-deluxe'
9
-SCOREDIR='$(prefix)/games/kobo-deluxe/scores'
10
+SCOREDIR='$(datadir)/games/kobo-deluxe/scores'
11
 CONFIGDIR='HOME>>'
12
 CONFIGFILE='.kobodlrc'
13
 EXEFILE=kobodl
14
@@ -165,7 +165,6 @@
15
 AC_CHECK_LIB(SDL_image, IMG_Load,,
16
 	AC_MSG_ERROR([You need the SDL_image library to compile this software.
17
 	Get it at http://www.devolution.com/~slouken/SDL/]),
18
-	-lSDL
19
 )
20
 LIBS="$LIBS -lSDL_image"
21
 
(-)games/kobodeluxe/pkg-descr (-4 / +5 lines)
Lines 1-6 Link Here
1
Kobo Deluxe (formerly SKobo) is an SDL port of Akira Higuchi's game XKobo. 
1
Kobo Deluxe is an enhanced version of Akira Higuchi's game XKobo. It adds
2
It adds sound, smoother animation, filtered high resolution support, a 
2
sound, smoother animation, high resolution support, OpenGL acceleration
3
more intuitive menu driven user interface, joystick support and other 
3
(optional), an intuitive menu driven user interface, joystick support and
4
features.
4
other features. Kobo Deluxe uses SDL for graphics, sound and input, which
5
makes it possible to run the game on pretty much anything.
5
6
6
WWW: http://www.olofson.net/kobodl/
7
WWW: http://www.olofson.net/kobodl/
(-)games/kobodeluxe/pkg-plist (-123 / +65 lines)
Lines 1-124 Link Here
1
bin/kobodl
1
bin/kobodl
2
@exec mkdir %D/share/games/kobo-deluxe/scores
2
@exec mkdir -p %D/share/kobo-deluxe/scores
3
@exec chmod a+w %D/share/games/kobo-deluxe/scores
3
@exec chmod a+w %D/share/kobo-deluxe/scores
4
share/games/kobo-deluxe/gfx/bigship.pcx
4
share/kobo-deluxe/gfx/bigship.pcx
5
share/games/kobo-deluxe/gfx/brushes.png
5
share/kobo-deluxe/gfx/brushes.png
6
share/games/kobo-deluxe/gfx/bullets.pcx
6
share/kobo-deluxe/gfx/bullets.pcx
7
share/games/kobo-deluxe/gfx/counter.png
7
share/kobo-deluxe/gfx/counter.png
8
share/games/kobo-deluxe/gfx/font2b.png
8
share/kobo-deluxe/gfx/font2b.png
9
share/games/kobo-deluxe/gfx/font3b.png
9
share/kobo-deluxe/gfx/font3b.png
10
share/games/kobo-deluxe/gfx/font4b.png
10
share/kobo-deluxe/gfx/font4b.png
11
share/games/kobo-deluxe/gfx/loading.png
11
share/kobo-deluxe/gfx/loading.png
12
share/games/kobo-deluxe/gfx/logo3.png
12
share/kobo-deluxe/gfx/logo3.png
13
share/games/kobo-deluxe/gfx/screen.png
13
share/kobo-deluxe/gfx/noise.pcx
14
share/games/kobo-deluxe/gfx/sprites.pcx
14
share/kobo-deluxe/gfx/screen.png
15
share/games/kobo-deluxe/gfx/tiles.pcx
15
share/kobo-deluxe/gfx/sprites.pcx
16
share/games/kobo-deluxe/gfx/tube1.png
16
share/kobo-deluxe/gfx/tiles.pcx
17
share/games/kobo-deluxe/gfx/tube2.png
17
share/kobo-deluxe/gfx/tube1.png
18
share/games/kobo-deluxe/sfx/aguitar1.agw
18
share/kobo-deluxe/gfx/tube2.png
19
share/games/kobo-deluxe/sfx/aguitar2.agw
19
share/kobo-deluxe/sfx/aguitar1.agw
20
share/games/kobo-deluxe/sfx/ballad1.agw
20
share/kobo-deluxe/sfx/ballad1.agw
21
share/games/kobo-deluxe/sfx/ballad1.mid
21
share/kobo-deluxe/sfx/ballad1.mid
22
share/games/kobo-deluxe/sfx/banjo1.agw
22
share/kobo-deluxe/sfx/bassdrum3.agw
23
share/games/kobo-deluxe/sfx/bassdrum1.agw
23
share/kobo-deluxe/sfx/bassdrum5.agw
24
share/games/kobo-deluxe/sfx/bassdrum10.agw
24
share/kobo-deluxe/sfx/beam.raw
25
share/games/kobo-deluxe/sfx/bassdrum2.agw
25
share/kobo-deluxe/sfx/bomb.raw
26
share/games/kobo-deluxe/sfx/bassdrum3.agw
26
share/kobo-deluxe/sfx/bongo1.agw
27
share/games/kobo-deluxe/sfx/bassdrum4.agw
27
share/kobo-deluxe/sfx/brass2.agw
28
share/games/kobo-deluxe/sfx/bassdrum5.agw
28
share/kobo-deluxe/sfx/bubble.raw
29
share/games/kobo-deluxe/sfx/bassdrum6.agw
29
share/kobo-deluxe/sfx/bzzzt1.agw
30
share/games/kobo-deluxe/sfx/bassdrum7.agw
30
share/kobo-deluxe/sfx/claps1.agw
31
share/games/kobo-deluxe/sfx/bassdrum8.agw
31
share/kobo-deluxe/sfx/edge2.agw
32
share/games/kobo-deluxe/sfx/bassdrum9.agw
32
share/kobo-deluxe/sfx/elecbass2.agw
33
share/games/kobo-deluxe/sfx/beam.raw
33
share/kobo-deluxe/sfx/enemym.raw
34
share/games/kobo-deluxe/sfx/bomb.raw
34
share/kobo-deluxe/sfx/expl.raw
35
share/games/kobo-deluxe/sfx/bongo1.agw
35
share/kobo-deluxe/sfx/expl2.raw
36
share/games/kobo-deluxe/sfx/brass1.agw
36
share/kobo-deluxe/sfx/expl3.raw
37
share/games/kobo-deluxe/sfx/brass2.agw
37
share/kobo-deluxe/sfx/fine.raw
38
share/games/kobo-deluxe/sfx/bubble.raw
38
share/kobo-deluxe/sfx/gameover1.agw
39
share/games/kobo-deluxe/sfx/claps1.agw
39
share/kobo-deluxe/sfx/hardsync1.agw
40
share/games/kobo-deluxe/sfx/claps2.agw
40
share/kobo-deluxe/sfx/kobosfx.h
41
share/games/kobo-deluxe/sfx/crash1.agw
41
share/kobo-deluxe/sfx/launch.agw
42
share/games/kobo-deluxe/sfx/cymbal1.agw
42
share/kobo-deluxe/sfx/launch2.agw
43
share/games/kobo-deluxe/sfx/cymbal2.agw
43
share/kobo-deluxe/sfx/marimba2.agw
44
share/games/kobo-deluxe/sfx/cymbal3.agw
44
share/kobo-deluxe/sfx/metallic.raw
45
share/games/kobo-deluxe/sfx/cymbal4.agw
45
share/kobo-deluxe/sfx/music.agw
46
share/games/kobo-deluxe/sfx/edge1.agw
46
share/kobo-deluxe/sfx/noiseburst1.agw
47
share/games/kobo-deluxe/sfx/edge2.agw
47
share/kobo-deluxe/sfx/noiseburst2.agw
48
share/games/kobo-deluxe/sfx/edit.agw
48
share/kobo-deluxe/sfx/oneup.raw
49
share/games/kobo-deluxe/sfx/elecbass1.agw
49
share/kobo-deluxe/sfx/phattpad1.agw
50
share/games/kobo-deluxe/sfx/elecbass2.agw
50
share/kobo-deluxe/sfx/phattpad2.agw
51
share/games/kobo-deluxe/sfx/elecbass3.agw
51
share/kobo-deluxe/sfx/ready1.agw
52
share/games/kobo-deluxe/sfx/elecbass4.agw
52
share/kobo-deluxe/sfx/ring.raw
53
share/games/kobo-deluxe/sfx/elecbass5.agw
53
share/kobo-deluxe/sfx/sfx.agw
54
share/games/kobo-deluxe/sfx/enemym.raw
54
share/kobo-deluxe/sfx/shot.raw
55
share/games/kobo-deluxe/sfx/expl.raw
55
share/kobo-deluxe/sfx/sine.agw
56
share/games/kobo-deluxe/sfx/expl2.raw
56
share/kobo-deluxe/sfx/snare1.agw
57
share/games/kobo-deluxe/sfx/expl3.raw
57
share/kobo-deluxe/sfx/synbass1.agw
58
share/games/kobo-deluxe/sfx/fine.raw
58
share/kobo-deluxe/sfx/test2.agw
59
share/games/kobo-deluxe/sfx/fmbass1.agw
59
share/kobo-deluxe/sfx/test2.mid
60
share/games/kobo-deluxe/sfx/fmbass2.agw
60
share/kobo-deluxe/sfx/thunder1.agw
61
share/games/kobo-deluxe/sfx/fmknock1.agw
61
share/kobo-deluxe/sfx/trance1.agw
62
share/games/kobo-deluxe/sfx/fmkoto1.agw
62
share/kobo-deluxe/sfx/trance1.mid
63
share/games/kobo-deluxe/sfx/gmsclock.agw
63
@dirrm share/kobo-deluxe/sfx
64
share/games/kobo-deluxe/sfx/hardsync1.agw
64
@dirrm share/kobo-deluxe/gfx
65
share/games/kobo-deluxe/sfx/hihat1c.agw
65
@unexec rmdir %D/share/kobo-deluxe/scores 2>/dev/null || true
66
share/games/kobo-deluxe/sfx/hihat1o.agw
66
@unexec rmdir %D/share/kobo-deluxe 2>/dev/null || true
67
share/games/kobo-deluxe/sfx/hihat1p.agw
68
share/games/kobo-deluxe/sfx/hihat2.agw
69
share/games/kobo-deluxe/sfx/kettle1.agw
70
share/games/kobo-deluxe/sfx/kobosfx.h
71
share/games/kobo-deluxe/sfx/launch.agw
72
share/games/kobo-deluxe/sfx/launch2.agw
73
share/games/kobo-deluxe/sfx/marimba1.agw
74
share/games/kobo-deluxe/sfx/marimba2.agw
75
share/games/kobo-deluxe/sfx/metallic.raw
76
share/games/kobo-deluxe/sfx/music.agw
77
share/games/kobo-deluxe/sfx/noiseburst1.agw
78
share/games/kobo-deluxe/sfx/noiseburst2.agw
79
share/games/kobo-deluxe/sfx/noiseburst3.agw
80
share/games/kobo-deluxe/sfx/noiseflute1.agw
81
share/games/kobo-deluxe/sfx/oneup.raw
82
share/games/kobo-deluxe/sfx/phattpad1.agw
83
share/games/kobo-deluxe/sfx/phattpad2.agw
84
share/games/kobo-deluxe/sfx/phattpad3.agw
85
share/games/kobo-deluxe/sfx/ride1.agw
86
share/games/kobo-deluxe/sfx/ride2.agw
87
share/games/kobo-deluxe/sfx/ride3.agw
88
share/games/kobo-deluxe/sfx/ride4.agw
89
share/games/kobo-deluxe/sfx/rideping1.agw
90
share/games/kobo-deluxe/sfx/rideping2.agw
91
share/games/kobo-deluxe/sfx/ring.raw
92
share/games/kobo-deluxe/sfx/sawsynth1.agw
93
share/games/kobo-deluxe/sfx/sawsynth2.agw
94
share/games/kobo-deluxe/sfx/sfx.agw
95
share/games/kobo-deluxe/sfx/shot.raw
96
share/games/kobo-deluxe/sfx/sine.agw
97
share/games/kobo-deluxe/sfx/sineknock1.agw
98
share/games/kobo-deluxe/sfx/sineknock2.agw
99
share/games/kobo-deluxe/sfx/snare1.agw
100
share/games/kobo-deluxe/sfx/snare2.agw
101
share/games/kobo-deluxe/sfx/snare3.agw
102
share/games/kobo-deluxe/sfx/snare4.agw
103
share/games/kobo-deluxe/sfx/snare5.agw
104
share/games/kobo-deluxe/sfx/speed.agw
105
share/games/kobo-deluxe/sfx/speed1.agw
106
share/games/kobo-deluxe/sfx/speed2.agw
107
share/games/kobo-deluxe/sfx/steelguit1.agw
108
share/games/kobo-deluxe/sfx/synbass1.agw
109
share/games/kobo-deluxe/sfx/test2.agw
110
share/games/kobo-deluxe/sfx/test2.mid
111
share/games/kobo-deluxe/sfx/thunder1.agw
112
share/games/kobo-deluxe/sfx/trance1.agw
113
share/games/kobo-deluxe/sfx/trance1.mid
114
share/games/kobo-deluxe/sfx/truefm1.agw
115
share/games/kobo-deluxe/sfx/tububells1.agw
116
share/games/kobo-deluxe/sfx/tububells2.agw
117
share/games/kobo-deluxe/sfx/warmpad1.agw
118
share/games/kobo-deluxe/sfx/xylophone1.agw
119
share/games/kobo-deluxe/sfx/xylophone2.agw
120
@dirrm share/games/kobo-deluxe/sfx
121
@dirrm share/games/kobo-deluxe/scores
122
@dirrm share/games/kobo-deluxe/gfx
123
@dirrm share/games/kobo-deluxe
124
@unexec rmdir %D/share/games 2>/dev/null || true

Return to bug 82675