fa19b5dab9
Inform is an Interactive Fiction (text adventure) game compiler -- it takes source code you write and turns it into a game data file which is then played using an 'interpreter'. There are several interpreters available which can play Inform games on different machines (e.g. frotz, jzip) -- you can probably obtain one from the same place you got this package.
15 lines
391 B
Makefile
15 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/06/22 03:41:49 nathanw Exp $
|
|
|
|
DISTNAME= inform-6.21.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/source/
|
|
|
|
MAINTAINER= nathanw@mit.edu
|
|
HOMEPAGE= http://www.gnelson.demon.co.uk/inform.html
|
|
COMMENT= Interactive fiction compiler (creates z-code)
|
|
|
|
LICENSE= no-profit
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|