openbsd-ports/x11/hs-gtk/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

40 lines
934 B
Makefile

# $OpenBSD: Makefile,v 1.10 2012/10/28 23:31:50 kili Exp $
COMMENT = Haskell bindings to gtk+2
DISTNAME = gtk-0.12.3.1
REVISION = 0
CATEGORIES = devel x11
HOMEPAGE = http://www.haskell.org/gtk2hs/
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# LGPLv2.1
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
BUILD_DEPENDS = devel/gtk2hs-buildtools \
${RUN_DEPENDS}
LIB_DEPENDS = x11/gtk+2
RUN_DEPENDS = devel/hs-glib>=0.12,<0.13 \
devel/hs-gio>=0.12.0,<0.13 \
devel/hs-mtl \
devel/hs-pango>=0.12.0,<0.13 \
graphics/hs-cairo>=0.12.0,<0.13
# tiny 2 GB are enough on amd64.... we need a BLOAT_WARNING
VMEM_WARNING = Yes
# This is much simpler than fiddling with MODGHC_SETUP_CONF_ARGS:
post-install:
mv ${PREFIX}/share/${PKGNAME} ${PREFIX}/share/examples
.include <bsd.port.mk>