pkgsrc/wm/jwm/options.mk

20 lines
394 B
Makefile
Raw Normal View History

# $NetBSD: options.mk,v 1.2 2007/02/22 19:27:18 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.jwm
PKG_SUPPORTED_OPTIONS= debug png
PKG_SUGGESTED_OPTIONS= png
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.endif
.if !empty(PKG_OPTIONS:Mpng)
.include "../../graphics/png/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-png
.endif
# TODO: fribidi