head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.06.29.15.27.21;	author jnemeth;	state Exp;
branches;
next	;
commitid	9F7IO7GkBEzDUHLG;


desc
@@


1.1
log
@games/Zork-II: import Zork-II-1.0

Zork II: The Wizard of Frobozz

This is Zork, the famous text adventure game from 1977.

Through a number of subsidiaries, it is now owned by Microsoft and
they have chosen to re-release it under the MIT license.

This package is the second installment of the multi-part version,
which was released in 1981.
@
text
@# $NetBSD: options.mk,v 1.9 2024/08/25 06:18:30 wiz Exp $

PKG_OPTIONS_VAR=		PKG_OPTIONS.zork
PKG_OPTIONS_REQUIRED_GROUPS=	z-machine
PKG_OPTIONS_GROUP.z-machine=	frotz xzip zoom
PKG_SUGGESTED_OPTIONS=		frotz

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mfrotz)
DEPENDS+=	frotz-[0-9]*:../../games/frotz
.endif

.if !empty(PKG_OPTIONS:Mxzip)
DEPENDS+=	xzip-[0-9]*:../../games/xzip
.endif

.if !empty(PKG_OPTIONS:Mzoom)
DEPENDS+=	zoom-[0-9]*:../../games/zoom
.endif
@
