pkgsrc-wip/xwelltris/options.mk
Leonardo Taccari d221ef32ca A lot of improvements: DESTDIR support, sdl option (now by default it'll use
x11/libXext) and fixed the PLIST too.

Special thanks to ahoka@!
2008-08-09 19:47:19 +00:00

14 lines
378 B
Makefile

# $NetBSD: options.mk,v 1.2 2008/08/09 19:47:19 leot1990 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xwelltris
PKG_SUPPORTED_OPTIONS= sdl
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msdl)
CONFIGURE_ARGS+= --with-sdl
. include "../../devel/SDL/buildlink3.mk"
. include "../../graphics/SDL_image/buildlink3.mk"
.else
. include "../../x11/libXext/buildlink3.mk"
.endif