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."
31 lines
682 B
Makefile
31 lines
682 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/10/28 23:31:33 kili Exp $
|
|
|
|
COMMENT = Snap framework dynamic loader
|
|
|
|
DISTNAME = snap-loader-dynamic-0.9.0.1
|
|
REVISION = 0
|
|
CATEGORIES = www
|
|
HOMEPAGE = http://snapframework.com/
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>, \
|
|
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
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
|
RUN_DEPENDS += devel/hs-directory-tree>=0.10,<0.11 \
|
|
devel/hs-hint>=0.3.3.1,<0.4 \
|
|
devel/hs-mtl>2.0,<2.2 \
|
|
www/hs-snap-core>=0.9,<0.10
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|