freebsd-ports/x11-wm/hs-xmonad/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

23 lines
401 B
Makefile

# Created by: Matthieu Guegan <matt.guegan@free.fr>
# $FreeBSD$
PORTNAME= xmonad
PORTVERSION= 0.11
PORTREVISION= 2
CATEGORIES= x11-wm haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Tiling window manager
LICENSE= BSD
USE_CABAL= mtl utf8-string>=0.3 X11>=1.5
USE_XORG= x11
MAN1= xmonad.1
MAN1SRC= man
EXECUTABLE= xmonad
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>