Version 6.31.1 (19 May 2006) ============================ * New version of compiler which fixes several bugs found in the development of Inform 7. * Package now uses the latest autotools. Tested by dillo@
16 lines
406 B
Makefile
16 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.11 2006/07/27 06:50:36 wiz Exp $
|
|
|
|
DISTNAME= inform-6.31.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"
|