summaryrefslogtreecommitdiff
path: root/lang/inform/Makefile
blob: ac54f4513e8ea8370e576caf4ab43b5b0092b3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.17 2015/02/21 13:25:59 mef 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://inform7.com/
COMMENT=	Interactive fiction compiler (Z-Machine and Glulx)
LICENSE=	inform-license

GNU_CONFIGURE=	yes
USE_TOOLS+=	gmake

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