Add files from parent branch HEAD:
[pkgsrc.git] / games / battleball / options.mk
1 # $NetBSD: options.mk,v 1.3 2005/10/05 13:29:50 wiz Exp $
2
3 PKG_OPTIONS_VAR=                PKG_OPTIONS.battleball
4 PKG_SUPPORTED_OPTIONS=          opengl
5
6 .include "../../mk/bsd.options.mk"
7
8 .if !empty(PKG_OPTIONS:Mopengl)
9 .include "../../graphics/MesaLib/buildlink3.mk"
10 .else
11 CPPFLAGS+=      -DNO_OPENGL
12 SED_CMDS+=      -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|'
13 .endif