diff options
author | zuntum <zuntum@pkgsrc.org> | 2003-02-17 14:59:31 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2003-02-17 14:59:31 +0000 |
commit | fd1592867e30337968444f4ba7c63b170609bc59 (patch) | |
tree | fc857a2255d9fb89aa7bafd06ae4c99dc92c97e1 /games/xvier/patches | |
parent | c402b52b4c193c07c29b00cf44584c61e94f78c6 (diff) | |
download | pkgsrc-fd1592867e30337968444f4ba7c63b170609bc59.tar.gz |
Initial import of games/xvier (version 1.0)
xvier is a (not) simple game where you and the computer alternately
throw stones into free columns. The stones pile up in the columns,
and the goal is to get four stones in a row, column, or diagonally.
The default grid is 7 columns by 6 rows. It can be sized from 4x4 to
13x13. It has 10 levels of difficulty.
Provided by Jeremy C. Reed in PR#19100
Diffstat (limited to 'games/xvier/patches')
-rw-r--r-- | games/xvier/patches/patch-aa | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games/xvier/patches/patch-aa b/games/xvier/patches/patch-aa new file mode 100644 index 00000000000..9e62532b8dd --- /dev/null +++ b/games/xvier/patches/patch-aa @@ -0,0 +1,24 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/02/17 14:59:31 zuntum Exp $ + +--- Imakefile.orig Tue Jul 28 17:07:09 1992 ++++ Imakefile Mon Nov 18 21:41:45 2002 +@@ -13,10 +13,12 @@ + #NO_GETDTABSIZE = -DNO_GETDTABSIZE + + #PROGNAME = $(LIBDIR)$(PATHSEP)xvier_prog +-PROGNAME = /usr/games/lib/xvier_prog ++PROGNAME = $(PREFIX)/libexec/xvier_prog + DEFINES = $(XVIER_ASPECT) $(NO_FD_SET) $(NO_SELECT) \ + $(NO_GETDTABSIZE) -DPROGNAME=\"$(PROGNAME)\" + ++MANSUFFIX = 6 ++ + PROGRAMS = xvier xvier_prog + + SRCS1 = xvier.c +@@ -27,4 +29,4 @@ + ComplexProgramTarget_1(xvier, $(XLIB), /**/) + NormalProgramTarget(xvier_prog, $(OBJS2), /**/, /**/, /**/) + +-InstallProgram(xvier_prog, $(PROGNAME)) ++InstallProgram(xvier_prog, $(PREFIX)/libexec) |