17 lines
423 B
Makefile
17 lines
423 B
Makefile
# $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"
|