blob: dd6866acbdc2995d8d59a6daae04e3e2a4fa888c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- Imakefile.orig 1998-01-22 14:14:38 UTC
+++ Imakefile
@@ -1,5 +1,5 @@
- SCORE_FILE = -DSCORE_FILE=\"./xrobotscores\"
+ SCORE_FILE = -DSCORE_FILE=\"__PREFIX__/lib/X11/xrobotscores\"
MAXSCORES = -DMAXSCORES=20
MAXX = -DMAXX=35
MAXY = -DMAXY=20
@@ -14,6 +14,8 @@ LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(
SYS_LIBRARIES = -lm
all:: xrobots
+MANSUFFIX=6
+INSTPGMFLAGS = -s
ComplexProgramTarget(xrobots)
/*
|