1aa54e8957
Ok kili@
31 lines
601 B
Makefile
31 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.17 2012/01/12 11:12:38 dcoppa Exp $
|
|
|
|
COMMENT = third party xmonad extensions
|
|
|
|
DISTNAME = xmonad-contrib-0.10
|
|
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 = devel/hs-mtl \
|
|
shells/bash \
|
|
x11/hs-X11-xft \
|
|
x11/xmonad,-lib
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
VMEM_WARNING = Yes
|
|
|
|
.include <bsd.port.mk>
|