blob: 722ad8924b6d6a004b35725d5b7c7ac8d7969404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.3 2022/02/12 08:50:49 pho Exp $
BUILDLINK_TREE+= hs-easy-file
.if !defined(HS_EASY_FILE_BUILDLINK3_MK)
HS_EASY_FILE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-easy-file+= hs-easy-file>=0.2.2
BUILDLINK_ABI_DEPENDS.hs-easy-file+= hs-easy-file>=0.2.2nb2
BUILDLINK_PKGSRCDIR.hs-easy-file?= ../../sysutils/hs-easy-file
.endif # HS_EASY_FILE_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-easy-file
|