fiction games. tweaks and ok sthen@ Inform 6 is an object-oriented language for writing interactive fiction, also known as "text adventures" or "adventure games". As an interactive fiction developer, you create Inform 6 source code defining the story. Then compile from source code to a "story file". The resulting story files are highly portable, with interpreters available for many different platforms.
12 lines
244 B
Makefile
12 lines
244 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2021/01/03 16:42:30 bcallah Exp $
|
|
|
|
CATEGORIES ?= games
|
|
|
|
HOMEPAGE ?= https://inform-fiction.org/
|
|
MAINTAINER ?= Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# Artistic License 2.0
|
|
PERMIT_PACKAGE ?= Yes
|
|
|
|
NO_TEST ?= Yes
|