summaryrefslogtreecommitdiff
path: root/emulators/pearpc/options.mk
blob: 1ab21ce8d3b7cbaa87981972b78a03c7018d52a3 (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/12/22 19:27:36 ghen Exp $

PKG_OPTIONS_VAR=		PKG_OPTIONS.pearpc
PKG_OPTIONS_REQUIRED_GROUPS=	ui
PKG_OPTIONS_GROUP.ui=		x11 sdl
PKG_SUGGESTED_OPTIONS=		x11

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

.if !empty(PKG_OPTIONS:Mx11)
CONFIGURE_ARGS+=		--enable-ui=x11
.endif

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