16 lines
426 B
Makefile
16 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.16 2012/10/02 20:11:42 asau Exp $
|
|
|
|
DISTNAME= inform-6.31.1
|
|
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= inform-license
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|