mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c3a4a9ce84
An xeyes-like game except with an old man watching you mouse cursor. PR: 14244 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
--- Imakefile.orig Sun Oct 10 14:55:09 1999
|
|
+++ Imakefile Sun Oct 10 14:55:29 1999
|
|
@@ -1,7 +1,7 @@
|
|
LOCAL_LIBRARIES = -lXpm -lXext -lX11 -lm
|
|
SRCS = xeji.c
|
|
OBJS = xeji.o
|
|
-CC = gcc
|
|
-CFLAGS = -O2 -DXPM
|
|
+CC ?= gcc
|
|
+CFLAGS += -O2 -DXPM
|
|
CDEBUGFLAGS =
|
|
ComplexProgramTarget(xeji)
|