diff options
author | az <az@FreeBSD.org> | 2010-10-06 13:16:46 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2010-10-06 13:16:46 +0800 |
commit | 1c132b91b039d56a97908e331ffda302c96758d9 (patch) | |
tree | 9f51a8b27853650b71bc8d0e03c4e3771885dc98 /games/Makefile | |
parent | d78389e5b7d3b4b2a0b5a228ac81ba6d849a073c (diff) | |
download | freebsd-ports-gnome-1c132b91b039d56a97908e331ffda302c96758d9.tar.gz freebsd-ports-gnome-1c132b91b039d56a97908e331ffda302c96758d9.tar.zst freebsd-ports-gnome-1c132b91b039d56a97908e331ffda302c96758d9.zip |
Inform7 for FreeBSD is a CLI implementation of the Inform 7 programming
language and environment by Graham Nelson. Inform is a design system
for interactive fiction (IF) based on natural language.
PR: ports/151196
Submitted by: Andy Kosela <akosela@andykosela.com>
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index af7ec279bd2f..da5929652db5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -385,6 +385,7 @@ SUBDIR += ifm SUBDIR += imaze SUBDIR += inform + SUBDIR += inform7 SUBDIR += intensityengine SUBDIR += interlogic SUBDIR += ioquake3 |