pkgsrc/wm/xmonad-contrib/options.mk
szptvlfn 84ca99f8aa Import xmonad-contrib-0.11.3 as wm/xmonad-contrib,
packaged for wip by degroote.

Third party tiling algorithms, configurations and scripts to xmonad,
a tiling window manager for X.

For an introduction to building, configuring and using xmonad
extensions, see "XMonad.Doc". In particular:

"XMonad.Doc.Configuring", a guide to configuring xmonad

"XMonad.Doc.Extending", using the contributed extensions library

"XMonad.Doc.Developing", introduction to xmonad internals and writing
your own extensions.
2014-08-25 13:58:21 +00:00

21 lines
546 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/08/25 13:58:21 szptvlfn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xmonad-contrib
PKG_SUPPORTED_OPTIONS= xft2
PKG_SUGGESTED_OPTIONS= xft2
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mxft2)
.include "../../x11/hs-X11-xft/buildlink3.mk"
.else
SUBST_CLASSES+= 1
SUBST_STAGE.1= pre-patch
SUBST_FILES.1= xmonad-contrib.cabal
SUBST_SED.1= -e "s|render text|render text+ default: False|"
SUBST_CLASSES+= 2
SUBST_STAGE.2= post-patch
SUBST_FILES.2= xmonad-contrib.cabal
SUBST_FILTER_CMD.2= ${TR} '+' \\n
.endif