diff options
author | kris <kris@FreeBSD.org> | 2003-01-17 16:50:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-01-17 16:50:23 +0800 |
commit | 53b627822cfb2e2c9b9b3694eb730bfbb2ffeddb (patch) | |
tree | 4cf78d2aabdc0e7e0da22562bd07eafde7a8dc18 /games/tads/files | |
parent | 5d40505746205298250be1049d217b8a8121639e (diff) | |
download | freebsd-ports-graphics-53b627822cfb2e2c9b9b3694eb730bfbb2ffeddb.tar.gz freebsd-ports-graphics-53b627822cfb2e2c9b9b3694eb730bfbb2ffeddb.tar.zst freebsd-ports-graphics-53b627822cfb2e2c9b9b3694eb730bfbb2ffeddb.zip |
Add tads 2.5.7, a compiler, debugger and runtime interpreter of
adventure games/interactive fiction. See
http://www.igs.net/~tril/if/best/
for sample game files.
Diffstat (limited to 'games/tads/files')
-rw-r--r-- | games/tads/files/patch-makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games/tads/files/patch-makefile b/games/tads/files/patch-makefile new file mode 100644 index 00000000000..75dd25db794 --- /dev/null +++ b/games/tads/files/patch-makefile @@ -0,0 +1,29 @@ +--- makefile.orig Fri Jan 17 00:30:32 2003 ++++ makefile Fri Jan 17 00:30:49 2003 +@@ -238,16 +238,16 @@ + # compatibility libraries installed. It has not been tested with a bare + # FreeBSD system without the Linux libraries. + # +-#CC=gcc +-#OPTIMIZE= +-#UNIXFLAGS=-g -DOSANSI -DUNIX -DHAVE_STRCASECMP +-#SYSFLAGS= -DOS_SYSTEM_NAME=\""FREEBSD_386"\" -DSYSNAME=\""i386+ running FreeBSD"\" -DSYSPL=\"1\" -DPORTER=\""$(DAVE)"\" -DSYSMAINTAINER=\""FreeBSD port maintained by $(DAVE)\n"\" +-#CFLAGS= $(UNIXFLAGS) $(SYSFLAGS) -DFREEBSD_386 +-#AFLAGS= +-#OVLFLG= +-#MACHDEP= +-#LIBS=-ltermcap +-#MAKEXEC=touch ++CC?=cc ++OPTIMIZE= ++UNIXFLAGS=-g -DOSANSI -DUNIX -DHAVE_STRCASECMP ++SYSFLAGS= -DOS_SYSTEM_NAME=\""FREEBSD_386"\" -DSYSNAME=\""i386+ running FreeBSD"\" -DSYSPL=\"1\" -DPORTER=\""$(DAVE)"\" -DSYSMAINTAINER=\""FreeBSD port maintained by $(DAVE)\n"\" ++CFLAGS+= $(UNIXFLAGS) $(SYSFLAGS) -DFREEBSD_386 ++AFLAGS= ++OVLFLG= ++MACHDEP= ++LIBS=-ltermcap ++MAKEXEC=touch + + # OpenBSD 3.0 with gcc 2.95.3 + # This has been compiled on an i386 system running OPENBSD 3.0 |