diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xtron/files/patch-Makefile | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/xtron/files/patch-Makefile')
-rw-r--r-- | games/xtron/files/patch-Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/xtron/files/patch-Makefile b/games/xtron/files/patch-Makefile new file mode 100644 index 000000000000..4324ff061fd1 --- /dev/null +++ b/games/xtron/files/patch-Makefile @@ -0,0 +1,18 @@ +--- Makefile.orig Sun Apr 16 22:26:00 1995 ++++ Makefile Fri Mar 31 22:59:19 2000 +@@ -18,10 +18,11 @@ + # + # Last Modified: 16/4/95 + # +-CC= gcc +-CFLAGS= -O4 -Wall +-INCLUDES= -I/usr/X386/include/X11 -I/usr/include +-LIBS= -L/usr/X386/lib ++CC?= gcc ++CFLAGS?= -O4 -Wall ++DEFINES= -DPREFIX=\"${PREFIX}\" ++INCLUDES= -I${LOCALBASE}/include -I${LOCALBASE}/include/X11 ++LIBS= -L${LOCALBASE}/lib + LDLIBS= -lXpm -lX11 + DEPEND= makedepend + OBJS= wintype.o xtron.o main.o xpm2pixmap.o resource.o |