d73ffa853b
for unregister.sh in all the new ghc libraries (which leads to bogus registered ghc packages after updates). You can use the command ghc-pkg check to check ghcs internal package list. If it reports missing files for some package (like hashed-storage-0.4.11), you can forcibly unregister it by running (as root) something like ghc-pkg unregister hashed-storage-0.4.11 ok dcoppa@
26 lines
521 B
Makefile
26 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/05/14 09:08:27 kili Exp $
|
|
|
|
COMMENT = third party xmonad extensions
|
|
|
|
DISTNAME = xmonad-contrib-0.9.1
|
|
PKGNAME = hs-${DISTNAME}p0
|
|
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
|
|
|
|
LIB_DEPENDS = ::x11/xmonad,-lib
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|