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


1.1
date	2026.05.04.12.28.52;	author nia;	state Exp;
branches;
next	;
commitid	JAlHJSIZQR6MIuEG;


desc
@@


1.1
log
@jfsw: Initial import.

JFShadowWarrior is 3D Realms' 1997 shooter Shadow Warrior updated
for modern computers. An OpenGL 2 implementation is required.

Game data is required from a copy of Shadow Warrior (e.g. from
GOG.com, Humble Store, or the shareware version). If using
the shareware version, extract SWSW12.SHR to $HOME/.jfsw.

Verified to build on FreeBSD, NetBSD, macOS, Linux (retro & modern).
@
text
@# $NetBSD: options.mk,v 1.1 2019/10/05 15:52:43 nia Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.jfsw
PKG_SUPPORTED_OPTIONS=	opengl
PKG_SUGGESTED_OPTIONS=	opengl

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

.if !empty(PKG_OPTIONS:Mopengl)
MAKE_FLAGS+=	USE_OPENGL=2
.else
MAKE_FLAGS+=	USE_OPENGL=0
.endif
@
