update Wed Jan 20 06:37:00 PST 2010
[pkgsrc.git] / emulators / aranym / options.mk
1 # $NetBSD: options.mk,v 1.1 2008/07/30 14:08:59 hauke Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.aranym
4 PKG_SUPPORTED_OPTIONS=  opengl
5
6 .include "../../mk/bsd.options.mk"
7
8 .if !empty(PKG_OPTIONS:Mopengl)
9 CONFIGURE_ARGS+=        --enable-opengl
10 .include "../../graphics/Mesa/buildlink3.mk"
11 .else
12 CONFIGURE_ARGS+=        --disable-opengl
13 .endif