pkgsrc/lang/inform/Makefile
nathanw fa19b5dab9 Initial import of Inform.
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.
2001-06-22 03:41:49 +00:00

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"