aa605b8b17
Throw out a few options which are pointless (fixed{video,fast}ram) since they are only minimally relevant to JIT, or broken (blitsdlblit, blitmemmove). Patch posix shell script instead of requiring bash. Make OpenGL support an option. Emutos has to be downloaded from http://emutos.sourceforge.net/en/download.htm
13 lines
321 B
Makefile
13 lines
321 B
Makefile
# $NetBSD: options.mk,v 1.1 2008/07/30 14:08:59 hauke Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.aranym
|
|
PKG_SUPPORTED_OPTIONS= opengl
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mopengl)
|
|
CONFIGURE_ARGS+= --enable-opengl
|
|
.include "../../graphics/Mesa/buildlink3.mk"
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-opengl
|
|
.endif
|