summaryrefslogtreecommitdiff
path: root/lang/inform/Makefile
blob: 3c7edae027a2a1226dc4afbed642cf2e8317ce8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:45 joerg Exp $

DISTNAME=	inform-6.30.2
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

GNU_CONFIGURE=	yes
USE_TOOLS+=	gmake

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