[BACK]Return to patch-Imakefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / games / xchomp / patches

File: [cvs.NetBSD.org] / pkgsrc / games / xchomp / patches / patch-Imakefile (download)

Revision 1.1, Wed Dec 29 23:56:01 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD

games: add xchomp

Xchomp is a game closely patterned after Pac-Man(tm) that runs under the X
Window System, with several different mazes added.

This is strictly a keyboard-controlled game. The arcade game had very simple
controls -- one four-directional joystick. In xchomp, all control is through
the arrow keys.

$NetBSD: patch-Imakefile,v 1.1 2021/12/29 23:56:01 nia Exp $

Fix installation without a man page.
From FreeBSD Ports.

--- Imakefile.orig	1994-03-18 05:16:10.000000000 +0000
+++ Imakefile
@@ -2,7 +2,7 @@
 #include BandAidCompiler
 #endif
 
-DEFINES = -DX11
+DEFINES = -DX11 -DFRAME_DELAY=40000
 INCLUDES = -I$(TOP) -I$(TOP)/X11
 DEPLIBS = $(DEPXLIB)
 LOCAL_LIBRARIES = $(XLIB)
@@ -11,4 +11,4 @@ SYS_LIBRARIES = -lm
 SRCS = contact.c demo.c drivers.c main.c maze.c props.c resources.c status.c
 OBJS = contact.o demo.o drivers.o main.o maze.o props.o resources.o status.o
 
-ComplexProgramTarget(xchomp)
+ComplexProgramTargetNoMan(xchomp)