32 lines
671 B
Makefile
32 lines
671 B
Makefile
# $OpenBSD: Makefile,v 1.38 2019/09/30 12:40:20 kili Exp $
|
|
|
|
COMMENT = third party xmonad extensions
|
|
|
|
DISTNAME = xmonad-contrib-0.15
|
|
CATEGORIES = x11
|
|
HOMEPAGE = http://www.xmonad.org/
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
MODGHC_BUILD = cabal hackage register haddock
|
|
|
|
MODGHC_PACKAGE_KEY = DOdnbwS5Y9WFrwUnGs2jid
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-extensible-exceptions \
|
|
devel/hs-old-locale \
|
|
devel/hs-old-time \
|
|
devel/hs-random \
|
|
devel/hs-semigroups \
|
|
devel/hs-utf8-string \
|
|
shells/bash \
|
|
x11/hs-X11>=1.6.1,<1.9 \
|
|
x11/hs-X11-xft>=0.2 \
|
|
x11/xmonad,-lib>=0.15,<0.16
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|