585534220c
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
16 lines
406 B
Makefile
16 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:10 jlam Exp $
|
|
|
|
DISTNAME= inform-6.30.2
|
|
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"
|