openbsd-ports/devel/hs-hinotify/Makefile
kili 42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00

27 lines
532 B
Makefile

# $OpenBSD: Makefile,v 1.6 2019/09/10 13:51:24 kili Exp $
COMMENT = inotify lib for haskell
DISTNAME = hinotify-0.3.8.1
REVISION = 2
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = JeakPC9kS286yNpujVG5g4
MODGHC_SETUP_CONF_ARGS += --extra-include-dirs=${LOCALBASE}/include/inotify/ \
--extra-lib-dirs=${LOCALBASE}/lib/inotify/
BUILD_DEPENDS = devel/libinotify
RUN_DEPENDS = devel/libinotify
NO_TEST = Yes
.include <bsd.port.mk>