pkgsrc/games/puzzles/patches/patch-aa
wiz 7bb75c84a4 Initial import of puzzles-8605, a collection of small one-player
puzzle games by Simon Tatham.

This package contains a collection of small computer programs which
implement one-player puzzle games. All of them run natively on Unix
(GTK), on Windows, and on Mac OS X; they can also be played on the
web, as Java applets.

Simon Tatham wrote this collection because he thought there should
be more small desktop toys available: little games you can pop up
in a window and play for two or three minutes while you take a
break from whatever else you were doing. And he was also annoyed
that every time he found a good game on (say) Unix, it wasn't
available the next time he was sitting at a Windows machine, or
vice versa; so he arranged that everything in my personal puzzle
collection will happily run on both those platforms and more. When
he finds (or perhaps invent) further puzzle games that he likes,
they'll be added to this collection and will immediately be available
on both platforms. And if anyone feels like writing any other front
ends - Mac OS pre-10, PocketPC, or whatever it might be - then all
the games in this framework will immediately become available on
another platform as well.
2009-07-18 18:38:28 +00:00

37 lines
2 KiB
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/07/18 18:38:28 wiz Exp $
--- Makefile.orig 2009-07-18 00:37:39.000000000 +0000
+++ Makefile
@@ -30,7 +30,7 @@ man1dir=$(mandir)/man1
all: blackbox bridges cube dominosa fifteen filling fillingsolver flip \
galaxies galaxiespicture galaxiessolver guess inertia \
latincheck lightup lightupsolver loopy loopysolver map \
- mapsolver mineobfusc mines net netslide nullgame obfusc \
+ mapsolver mineobfusc mines netgame netslide nullgame obfusc \
pattern patternsolver pegs rect samegame sixteen slant \
slantsolver solo solosolver tents tentssolver twiddle \
unequal unequalsolver untangle
@@ -146,7 +146,7 @@ mines: drawing.o gtk.o malloc.o midend.o
mines-icon.o misc.o printing.o ps.o random.o tree234.o \
version.o
-net: drawing.o dsf.o gtk.o malloc.o midend.o misc.o net.o net-icon.o \
+netgame: drawing.o dsf.o gtk.o malloc.o midend.o misc.o net.o net-icon.o \
printing.o ps.o random.o tree234.o version.o
$(CC) $(XLDFLAGS) -o $@ drawing.o dsf.o gtk.o malloc.o midend.o \
misc.o net.o net-icon.o printing.o ps.o random.o tree234.o \
@@ -502,7 +502,7 @@ GAMES += lightup
GAMES += loopy
GAMES += map
GAMES += mines
-GAMES += net
+GAMES += netgame
GAMES += netslide
GAMES += pattern
GAMES += pegs
@@ -531,4 +531,4 @@ install:
done
clean:
- rm -f *.o blackbox bridges cube dominosa fifteen filling fillingsolver flip galaxies galaxiespicture galaxiessolver guess inertia latincheck lightup lightupsolver loopy loopysolver map mapsolver mineobfusc mines net netslide nullgame obfusc pattern patternsolver pegs rect samegame sixteen slant slantsolver solo solosolver tents tentssolver twiddle unequal unequalsolver untangle
+ rm -f *.o blackbox bridges cube dominosa fifteen filling fillingsolver flip galaxies galaxiespicture galaxiessolver guess inertia latincheck lightup lightupsolver loopy loopysolver map mapsolver mineobfusc mines netgame netslide nullgame obfusc pattern patternsolver pegs rect samegame sixteen slant slantsolver solo solosolver tents tentssolver twiddle unequal unequalsolver untangle