From 0659f666d286e043f34cc243cc5811796f30b264 Mon Sep 17 00:00:00 2001 From: Matthew Hunt Date: Sun, 28 Jun 1998 15:16:08 +0000 Subject: Import of Inform 6.15 and version 6/7 of its library. Inform is a compiler for producing adventure games. The output is compatible with Infocom interpreters, which offers cross-platform compatibility and a choice of interface. --- games/inform/files/Makefile.inform | 15 +++++++++++++++ games/inform/files/patch-aa | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 games/inform/files/Makefile.inform create mode 100644 games/inform/files/patch-aa (limited to 'games/inform/files') diff --git a/games/inform/files/Makefile.inform b/games/inform/files/Makefile.inform new file mode 100644 index 000000000000..856d96511ae2 --- /dev/null +++ b/games/inform/files/Makefile.inform @@ -0,0 +1,15 @@ +# $Id$ + +OBJS= arrays.o asm.o bpatch.o chars.o directs.o errors.o expressc.o \ + expressp.o files.o inform.o lexer.o linker.o memory.o objects.o \ + states.o symbols.o syntax.o tables.o text.o veneer.o verbs.o + +CFLAGS+= -DInclude_Directory=\"${PREFIX}/share/inform\" + +all: inform + +inform: $(OBJS) + $(CC) $(CFLAGS) -o ${.TARGET} $(OBJS) + +install: inform + ${BSD_INSTALL_PROGRAM} inform ${PREFIX}/bin diff --git a/games/inform/files/patch-aa b/games/inform/files/patch-aa new file mode 100644 index 000000000000..37f11f4dff84 --- /dev/null +++ b/games/inform/files/patch-aa @@ -0,0 +1,11 @@ +--- header.h.orig Sun Jun 28 00:54:48 1998 ++++ header.h Sun Jun 28 00:58:25 1998 +@@ -66,7 +66,7 @@ + /* out a block of definitions like those below.) */ + /* ------------------------------------------------------------------------- */ + +-#define ARCHIMEDES ++#define UNIX + + /* ------------------------------------------------------------------------- */ + /* The first task is to include the ANSI header files, and typedef */ -- cgit v1.2.3