File:  [cvs.NetBSD.org] / pkgsrc / devel / hs-hinotify / Makefile
Revision 1.6: download - view: text, annotated - select for diffs
Sun Feb 2 13:05:10 2025 UTC (2 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
Bump all Haskell packages after switching the default compiler.

# $NetBSD: Makefile,v 1.6 2025/02/02 13:05:10 pho Exp $

DISTNAME=	hinotify-0.4.1
PKGREVISION=	5
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>