File:  [cvs.NetBSD.org] / pkgsrc / devel / hs-hinotify / Makefile
Revision 1.4: download - view: text, annotated - select for diffs
Thu Nov 2 06:36:35 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Revbump all Haskell after updating lang/ghc96

# $NetBSD: Makefile,v 1.4 2023/11/02 06:36:35 pho Exp $

DISTNAME=	hinotify-0.4.1
PKGREVISION=	3
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Haskell binding to inotify
LICENSE=	modified-bsd

# It works on Linux and BSDs supporting kqueue(2). The list could be
# expanded to support more BSDs, but unless we can actually test them we
# can't upstream patches.
ONLY_FOR_PLATFORM+=	FreeBSD-*-*
ONLY_FOR_PLATFORM+=	NetBSD-*-*
ONLY_FOR_PLATFORM+=	OpenBSD-*-*
ONLY_FOR_PLATFORM+=	Linux-*-*

.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} != "Linux"
.  include "../../devel/libinotify/buildlink3.mk"
.endif

.include "../../devel/hs-async/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>