* Removes all patches including XFORK_FIX (it seems it is not needed anymore). * New port as dependency: devel/hs-setlocale PR: 213579 Submitted by: Martin Sugioarto <martin@sugioarto.com> Approved by: maintainer timeout (2 months), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8191
25 lines
453 B
Makefile
25 lines
453 B
Makefile
# Created by: Matthieu Guegan <matt.guegan@free.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmonad
|
|
PORTVERSION= 0.12
|
|
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.5
|
|
USE_XORG= x11
|
|
|
|
MAN1PAGES= xmonad.1
|
|
MAN1SRC= man
|
|
|
|
EXECUTABLE= xmonad
|
|
|
|
FLAGS_DISABLE= testing
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|