Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / aranym / options.mk
blob867e63a56d4b655afa424ee694d116c22d5fe056
1 # $NetBSD$
3 PKG_OPTIONS_VAR= PKG_OPTIONS.aranym
4 PKG_SUPPORTED_OPTIONS= opengl
6 .include "../../mk/bsd.options.mk"
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