From fdcbe14849d3ff9ca5266ffdbcbccdc19aa32a47 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 1 May 2003 12:10:33 +0000 Subject: New port: games/cirucuslinux "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari", produced by Atari, Inc. (which is itself a clone of an earlier arcade game named, simply "Circus"). The object is to move a teeter-totter back and forth across the screen to bounce clowns up into the air. When they reach the top, they pop rows of balloons and then fall back down. The gameplay is similar to the classics "Breakout" and "Arkanoid". WWW: http://www.newbreedsoftware.com/circus-linux/ --- games/circuslinux/files/patch-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/circuslinux/files/patch-Makefile.in (limited to 'games/circuslinux/files') diff --git a/games/circuslinux/files/patch-Makefile.in b/games/circuslinux/files/patch-Makefile.in new file mode 100644 index 000000000000..265f227a38c9 --- /dev/null +++ b/games/circuslinux/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu May 1 22:03:11 2003 ++++ Makefile.in Thu May 1 22:03:26 2003 +@@ -83,7 +83,7 @@ + CC = @CC@ + DATA_PREFIX = $(pkgdatadir)/data/ + JOY = @JOY@ +-TARGET_DEF = @TARGET_DEF@ ++TARGET_DEF = aaa@TARGET_DEF@ + + CFLAGS = @CFLAGS@ -Wall -O2 -DDATA_PREFIX=\"$(DATA_PREFIX)\" -D$(TARGET_DEF) -DJOY_$(JOY) + -- cgit v1.2.3