blob: 391b52b7b9ec0e25c6b255f30f713e645ce64b51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.18 2017/07/24 03:18:54 maya Exp $
PKGNAME= inform-6.33.20160609
DISTNAME= inform-6.33-6.12.1
CATEGORIES= lang
MASTER_SITES= http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/source/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://inform7.com/
COMMENT= Interactive fiction compiler (Z-Machine and Glulx)
LICENSE= artistic-2.0
NO_CONFIGURE= yes
USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"
|