89ac9e62d4
(versioned as 6.33.20160609 based on the tarball date) Version 6.33-6.12.1 (6 June 2016) ================================= * Inform version is now 6.33, with Inform7-related patches and new features. * The Inform Library is 6.12.1 with lots of bugfixes and enhancements. * Package version scheme changed to indicate both compiler and library versions included. * Include files trimmed to those known to be freely redistributable and checked to make sure they work. * DM4 removed due to license incompatibilities. * Added a manpage. * Added pblorb.pl and scanblorb.pl utilities for dealing with Blorb files. Version 6.32.1 (16 July 2012) ============================= * Inform version is now 6.32, with more patches for use with Inform 7. * The Inform program is now distributed under the Artistic License 2.0. * The advent.inf example is now at release 9. drop nathanw's maintainership by his request tested by wes fraizer
16 lines
440 B
Makefile
16 lines
440 B
Makefile
# $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"
|