937a6294da
This package tracks qemu-0.*. At least, NetBSD/sparc 5.1.2 and 6.0_BETA2 does not work stably on qemu-system-sparc from newer qemu-1.1.0.
19 lines
402 B
Makefile
Executable file
19 lines
402 B
Makefile
Executable file
# $NetBSD: options.mk,v 1.1 2012/06/07 21:35:37 ryoon Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.qemu
|
|
PKG_SUPPORTED_OPTIONS= sdl
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
.if empty(OPSYS:MDarwin)
|
|
PKG_SUGGESTED_OPTIONS= sdl
|
|
.endif
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Msdl)
|
|
CONFIGURE_ARGS+= --enable-sdl
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-sdl
|
|
.endif
|