summaryrefslogtreecommitdiff
path: root/lang/inform/Makefile
blob: 25051cf6b403d3feabc130ba7b5503d1d6c71ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:10 jlam Exp $

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 (Z-Machine and Glulx)

LICENSE=	no-profit

GNU_CONFIGURE=	yes
USE_TOOLS+=	gmake

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