update Sat Jun 19 18:37:00 PDT 2010
[pkgsrc.git] / games / scummvm / options.mk
1 # $NetBSD: options.mk,v 1.6 2007/02/02 17:58:02 joerg Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.scummvm
4 PKG_SUPPORTED_OPTIONS=  sdl x11
5 PKG_SUGGESTED_OPTIONS=  sdl
6
7 .include "../../mk/bsd.options.mk"
8
9 .if !empty(PKG_OPTIONS:Msdl)
10 CONFIGURE_ARGS+=        --backend=sdl
11 .include "../../devel/SDL/buildlink3.mk"
12 .endif
13
14 .if !empty(PKG_OPTIONS:Mx11)
15 CONFIGURE_ARGS+=        --backend=x11
16 .include "../../mk/oss.buildlink3.mk"
17 .include "../../x11/libXext/buildlink3.mk"
18 .include "../../x11/xextproto/buildlink3.mk"
19 .endif