2acb3c8385
and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file."
33 lines
634 B
Makefile
33 lines
634 B
Makefile
# $OpenBSD: Makefile,v 1.20 2012/10/28 23:31:50 kili Exp $
|
|
|
|
COMMENT = third party xmonad extensions
|
|
|
|
DISTNAME = xmonad-contrib-0.10
|
|
REVISION = 2
|
|
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 \
|
|
devel/hs-random \
|
|
shells/bash \
|
|
x11/hs-X11-xft \
|
|
x11/xmonad,-lib
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
VMEM_WARNING = Yes
|
|
|
|
.include <bsd.port.mk>
|