55deb88353
While there, fix build with DOCS=off. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20464
22 lines
495 B
Makefile
22 lines
495 B
Makefile
# Created by: Matthieu Guegan <matt.guegan@free.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmonad-contrib
|
|
PORTVERSION= 0.15
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-wm haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Third-party extensions for xmonad
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= extensible-exceptions mtl>=1 old-time random utf8-string \
|
|
X11>=1.6.1 X11-xft>=0.2 xmonad
|
|
USE_XORG= x11
|
|
RUN_DEPENDS+= bash:shells/bash
|
|
|
|
FLAGS_DISABLE= testing
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|