9926880e30
This library provides a wrapper to the Linux Kernel's inotify feature, allowing applications to subscribe to notifications when a file is accessed or modified.
20 lines
560 B
Makefile
20 lines
560 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2022/02/26 12:27:40 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-hinotify
|
|
|
|
.if !defined(HS_HINOTIFY_BUILDLINK3_MK)
|
|
HS_HINOTIFY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-hinotify+= hs-hinotify>=0.4.1
|
|
BUILDLINK_ABI_DEPENDS.hs-hinotify+= hs-hinotify>=0.4.1
|
|
BUILDLINK_PKGSRCDIR.hs-hinotify?= ../../devel/hs-hinotify
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
.if ${OPSYS} != "Linux"
|
|
.include "../../devel/libinotify/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../devel/hs-async/buildlink3.mk"
|
|
.endif # HS_HINOTIFY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-hinotify
|