aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/hs-xmonad/Makefile
blob: aa0208818cfeb2b8bee9b1a0b9fb3482fa294a02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	xmonad
# Date created:		2007-10-25
# Whom:			Matthieu Guegan <matt.guegan@free.fr>
#
# $FreeBSD$
#

PORTNAME=	xmonad
PORTVERSION=	0.10
PORTREVISION=	2
CATEGORIES=	x11-wm haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Xmonad is a minimalist and tiling window manager for X

LICENSE=	BSD

USE_CABAL=	mtl utf8-string>=0.3 X11>=1.5.0.0
USE_XORG=	x11

MAN1=		xmonad.1
MAN1SRC=	man

EXECUTABLE=	xmonad

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>