blob: 607c6efd058326917cbb9a49b9dae429a7498a11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.2 2022/02/12 08:50:33 pho Exp $
BUILDLINK_TREE+= hs-githash
.if !defined(HS_GITHASH_BUILDLINK3_MK)
HS_GITHASH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-githash+= hs-githash>=0.1.6
BUILDLINK_ABI_DEPENDS.hs-githash+= hs-githash>=0.1.6.2nb1
BUILDLINK_PKGSRCDIR.hs-githash?= ../../devel/hs-githash
.include "../../devel/hs-th-compat/buildlink3.mk"
.endif # HS_GITHASH_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-githash
|