mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6de60b3824
The game of Tron for the X Windowing System. PR: 6171 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
--- Makefile Sun Apr 16 13:26:00 1995
|
|
+++ /home/andy/tmp/wrk/Makefile Sun Mar 29 23:08:24 1998
|
|
@@ -20,8 +20,8 @@
|
|
#
|
|
CC= gcc
|
|
CFLAGS= -O4 -Wall
|
|
-INCLUDES= -I/usr/X386/include/X11 -I/usr/include
|
|
-LIBS= -L/usr/X386/lib
|
|
+INCLUDES= -I/usr/X11R6/include -I/usr/X11R6/include/X11
|
|
+LIBS= -L/usr/X11R6/lib
|
|
LDLIBS= -lXpm -lX11
|
|
DEPEND= makedepend
|
|
OBJS= wintype.o xtron.o main.o xpm2pixmap.o resource.o
|