summaryrefslogtreecommitdiff
path: root/lang/inform/Makefile
blob: 72430fc7bcd129530a4363d5b150da2aca1e1c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.6 2003/09/16 18:55:03 jmmv Exp $

DISTNAME=	inform-6.21.4
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)

LICENSE=	no-profit

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

INFO_FILES=	inform

.include "../../mk/bsd.pkg.mk"