summaryrefslogtreecommitdiff
path: root/lang/inform/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/inform/Makefile')
-rw-r--r--lang/inform/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/inform/Makefile b/lang/inform/Makefile
new file mode 100644
index 00000000000..70c5f7cbb83
--- /dev/null
+++ b/lang/inform/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/22 03:41:49 nathanw Exp $
+
+DISTNAME= inform-6.21.2
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/source/
+
+MAINTAINER= nathanw@mit.edu
+HOMEPAGE= http://www.gnelson.demon.co.uk/inform.html
+COMMENT= Interactive fiction compiler (creates z-code)
+
+LICENSE= no-profit
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"