freebsd-ports/x11-wm/hs-xmonad-contrib/Makefile
Gabor Pali efa1d78a46 - Restore and make default the XINERAMA option which was accidentally dropped
in r309275
- Bump port revision for the port and for all of its dependents, especially
  xmonad, because it can only work in dual-monitor configurations with this
  setting enabled

PR:		ports/178336
Submitted by:	Christopher J. Ruwe <cjr@cruwe.de>
Obtained from:	FreeBSD Haskell
2013-05-12 19:30:28 +00:00

34 lines
705 B
Makefile

# Created by: Matthieu Guegan <matt.guegan@free.fr>
# $FreeBSD$
PORTNAME= xmonad-contrib
PORTVERSION= 0.11.1
PORTREVISION= 1
CATEGORIES= x11-wm haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Third-party extensions for xmonad
LICENSE= BSD
USE_CABAL= mtl random utf8-string X11>=1.6 xmonad>=0.11
USE_XORG= x11
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
OPTIONS_DEFINE= XFT
OPTIONS_DEFAULT= XFT
XFT_DESC= Use Xft to render text
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
.if ${PORT_OPTIONS:MXFT}
CONFIGURE_ARGS+= --flags="use_xft"
USE_CABAL+= X11-xft>=0.2
.else
CONFIGURE_ARGS+= --flags="-use_xft"
.endif
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>