diff options
Diffstat (limited to 'lang/inform/Makefile')
-rw-r--r-- | lang/inform/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/inform/Makefile b/lang/inform/Makefile index 3b4774662d0..2d64ac5e4eb 100644 --- a/lang/inform/Makefile +++ b/lang/inform/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.13 2009/05/19 08:59:19 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/06/03 05:24:27 dholland Exp $ DISTNAME= inform-6.31.1 +PKGREVISION= 1 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 (Z-Machine and Glulx) + LICENSE= no-profit PKG_DESTDIR_SUPPORT= user-destdir |