blob: 6259a11da6f8930ba620100fda707fdedcf9b0c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.8 2004/12/06 17:47:11 nathanw 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_GNU_TOOLS+= make
.include "../../mk/bsd.pkg.mk"
|