openbsd-ports/www/hs-webkit/Makefile
kili 2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
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."
2012-10-28 23:24:28 +00:00

30 lines
646 B
Makefile

# $OpenBSD: Makefile,v 1.5 2012/10/28 23:31:33 kili Exp $
COMMENT = WebKit bindings for Haskell
DISTNAME = webkit-0.12.4
REVISION = 0
CATEGORIES = www
MAINTAINER = Jona Joachim <jaj@hcl-club.lu>
# LGPL-2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = hackage cabal register haddock
RUN_DEPENDS = x11/hs-gtk>=0.12,<0.13 \
graphics/hs-cairo>=0.12,<0.13 \
devel/hs-pango>=0.12,<0.13 \
devel/hs-glib>=0.12.1,<0.13 \
www/webkit>=1.1.15
BUILD_DEPENDS = ${RUN_DEPENDS} \
devel/gtk2hs-buildtools
NO_REGRESS = Yes
.include <bsd.port.mk>