freebsd-ports/x11-wm/hs-xmonad/Makefile
Ashish SHUKLA 86f2dbca13 Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.

Obtained from:	FreeBSD Haskell
2011-05-26 00:51:15 +00:00

32 lines
597 B
Makefile

# New ports collection makefile for: xmonad
# Date created: 2007-10-25
# Whom: Matthieu Guegan <matt.guegan@free.fr>
#
# $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 <bsd.port.mk>