# New ports collection makefile for: xmonad # Date created: 2007-10-25 # Whom: Matthieu Guegan # # $FreeBSD$ # PORTNAME= xmonad PORTVERSION= 0.9.2 PORTREVISION= 1 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Xmonad is a minimalist and tiling window manager for X LICENSE= BSD # Temporarily disabled, because there is a bug in documentation generation. NOPORTDOCS= yes USE_CABAL= mtl X11>=1.5 USE_XORG= x11 MAN1= xmonad.1 MAN1SRC= man EXECUTABLE= xmonad PORTDATA= * .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include