summaryrefslogtreecommitdiff
path: root/lang/inform/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:20:13 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:20:13 +0000
commita437fd43cc3ece125446142af9ed27ef8c1e6621 (patch)
tree0862d71c7e976f8aa56175851882e33495f691e4 /lang/inform/DESCR
parentd16ce86994df76c0a92af71f19eef6cc2507fe39 (diff)
downloadpkgsrc-a437fd43cc3ece125446142af9ed27ef8c1e6621.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'lang/inform/DESCR')
-rw-r--r--lang/inform/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/inform/DESCR b/lang/inform/DESCR
new file mode 100644
index 00000000000..932d8f92414
--- /dev/null
+++ b/lang/inform/DESCR
@@ -0,0 +1,9 @@
+Inform is an Interactive Fiction (text adventure) game compiler -- it takes
+source code you write and turns it into a game data file which is then
+played using an 'interpreter'. There are several interpreters available
+which can play Inform games on different machines (e.g. frotz, jzip) -- you
+can probably obtain one from the same place you got this package.
+
+Inform is written by Graham Nelson <graham@gnelson.demon.co.uk>, and you
+are free to redistribute it under certain conditions -- see the file
+COPYING for details.