27cafe3383
- Add hs-X11-xft dependency, which otherwise seems to be picked up silently during build if it's installed.
31 lines
596 B
Makefile
31 lines
596 B
Makefile
# $OpenBSD: Makefile,v 1.14 2011/04/11 17:01:02 kili Exp $
|
|
|
|
COMMENT = third party xmonad extensions
|
|
|
|
DISTNAME = xmonad-contrib-0.9.2
|
|
REVISION = 1
|
|
CATEGORIES = x11
|
|
HOMEPAGE = http://www.xmonad.org/
|
|
|
|
MAINTAINER = Jona Joachim <jaj@hcl-club.lu>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
MODGHC_BUILD = cabal hackage register haddock
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = shells/bash \
|
|
x11/hs-X11-xft \
|
|
x11/xmonad,-lib
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
VMEM_WARNING = Yes
|
|
|
|
.include <bsd.port.mk>
|