blob: 611a9fa82a7165104035e225508bf90cdaa789b8 (
plain)
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
|
# Created by: Matthieu Guegan <matt.guegan@free.fr>
# $FreeBSD$
PORTNAME= xmonad
PORTVERSION= 0.13
CATEGORIES= x11-wm haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Tiling window manager
LICENSE= BSD3CLAUSE
USE_CABAL= extensible-exceptions mtl setlocale utf8-string>=0.3 X11>=1.8 directory>=1.2.3
USE_XORG= x11
MAN1PAGES= xmonad.1
MAN1SRC= man
EXECUTABLE= xmonad
FLAGS_DISABLE= testing
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|