summaryrefslogtreecommitdiff
path: root/emulators/atari800/options.mk
blob: 01e35fc4f6285e03f559c9bc24ea6c55e6514436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: options.mk,v 1.1 2005/03/22 08:46:26 adam Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.atari800
PKG_DEFAULT_OPTIONS=	x11
PKG_SUPPORTED_OPTIONS=	sdl x11

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

.if !empty(PKG_OPTIONS:Mx11)
USE_X11=		yes
CONFIGURE_ARGS+=	--target=x11
.endif

.if !empty(PKG_OPTIONS:Msdl)
CONFIGURE_ARGS+=	--target=sdl
.include "../../devel/SDL/buildlink3.mk"
.endif