32 lines
605 B
Makefile
32 lines
605 B
Makefile
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:46:13 espie Exp $
|
|
|
|
# ghc: out of memory (requested 1048576 bytes)
|
|
VMEM_WARNING = Yes
|
|
|
|
COMMENT = third party xmonad extensions
|
|
|
|
DISTNAME = xmonad-contrib-0.11
|
|
CATEGORIES = x11
|
|
HOMEPAGE = http://www.xmonad.org/
|
|
|
|
MAINTAINER = Jona Joachim <jaj@hcl-club.lu>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
MODGHC_BUILD = cabal hackage register haddock
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-mtl \
|
|
devel/hs-random \
|
|
shells/bash \
|
|
x11/hs-X11-xft \
|
|
x11/xmonad,-lib
|
|
|
|
NO_TEST = Yes
|
|
|
|
VMEM_WARNING = Yes
|
|
|
|
.include <bsd.port.mk>
|