summaryrefslogtreecommitdiff
path: root/lang/inform/Makefile
diff options
context:
space:
mode:
authornathanw <nathanw>2004-12-06 17:47:11 +0000
committernathanw <nathanw>2004-12-06 17:47:11 +0000
commit713c25d1d78d6268e74008868f32e12187b7c58b (patch)
tree3317687583d9e3afe3e8b26513607e87eff1a401 /lang/inform/Makefile
parenta8a4b337e8701f7944a1b6c2f063f87d8c00c8f7 (diff)
downloadpkgsrc-713c25d1d78d6268e74008868f32e12187b7c58b.tar.gz
Update Inform to 6.30.2, courtesy of patches from David Griffith
(to whom I apologize for being very slow with this). Also addresses PR pkg/24631.
Diffstat (limited to 'lang/inform/Makefile')
-rw-r--r--lang/inform/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/inform/Makefile b/lang/inform/Makefile
index a0cfc1326c7..6259a11da6f 100644
--- a/lang/inform/Makefile
+++ b/lang/inform/Makefile
@@ -1,18 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2004/01/24 13:51:14 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/06 17:47:11 nathanw Exp $
-DISTNAME= inform-6.21.4
+DISTNAME= inform-6.30.2
CATEGORIES= lang
MASTER_SITES= http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/source/
MAINTAINER= nathanw@mit.edu
HOMEPAGE= http://www.inform-fiction.org/
-COMMENT= Interactive fiction compiler (creates z-code)
+COMMENT= Interactive fiction compiler (Z-Machine and Glulx)
LICENSE= no-profit
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
-INFO_FILES= inform
-
.include "../../mk/bsd.pkg.mk"