updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / sdlsasteroids / makefile.patch
blobd664141dc4dc433dc487cc45e6937078507d0871
1 *** src/SDLSasteroids-3.0.1/Makefile 2011-01-01 16:12:18.000000000 +0000
2 --- src/SDLSasteroids-3.0.1/Makefile2 2011-01-01 16:12:09.000000000 +0000
3 ***************
4 *** 1,9 ****
5 # Makefile for sasteroids
7 # Edit Bellow to change the installation locations
8 ! GAMEDIR=/usr/share/sasteroids/
9 ! BINDIR=/usr/bin/
10 ! MANDIR=/usr/man
12 # For OpenGL
13 EXTRA_DEFINES="-DWANT_OPENGL -DHAVE_SOUND"
14 --- 1,9 ----
15 # Makefile for sasteroids
17 # Edit Bellow to change the installation locations
18 ! GAMEDIR=$(DESTDIR)/usr/share/sasteroids/
19 ! BINDIR=$(DESTDIR)/usr/bin/
20 ! MANDIR=$(DESTDIR)/usr/man
22 # For OpenGL
23 EXTRA_DEFINES="-DWANT_OPENGL -DHAVE_SOUND"
24 ***************
25 *** 24,29 ****
26 --- 24,30 ----
27 install -d $(GAMEDIR)/sounds
28 install -d $(GAMEDIR)/fonts
29 install -d $(BINDIR)
30 + install -d $(MANDIR)
31 install --strip --mode=755 src/sasteroids $(BINDIR)
32 install --mode=644 sasteroids.6 $(MANDIR)/man6
33 install --mode=644 fonts/nicefont.ttf $(GAMEDIR)/fonts/