summaryrefslogtreecommitdiff
path: root/emulators/fuse-emulator/options.mk
blob: 12e586d85d6e20b65c437f5b5947f82d83386e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: options.mk,v 1.1 2016/01/17 14:27:38 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.fuse
PKG_SUPPORTED_OPTIONS=	sdl gtk
PKG_SUGGESTED_OPTIONS=	gtk

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

.if !empty(PKG_OPTIONS:Mgtk)
CONFIGURE_ARGS+=	--with-gtk2
.include "../../x11/gtk2/buildlink3.mk"
.endif

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