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."
30 lines
642 B
Makefile
30 lines
642 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/10/28 23:27:58 kili Exp $
|
|
|
|
COMMENT = Runtime Haskell interpreter (GHC API wrapper)
|
|
|
|
DISTNAME = hint-0.3.3.4
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
RUN_DEPENDS += devel/hs-MonadCatchIO-mtl>=0.3 \
|
|
devel/hs-ghc-paths \
|
|
devel/hs-ghc-mtl>=1.0.1.0,<1.1.0.0 \
|
|
devel/hs-mtl \
|
|
devel/hs-random \
|
|
lang/hs-haskell-src
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|