5ecd423358
Convenience functions and TH for working with constraints.
15 lines
560 B
Makefile
15 lines
560 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2022/02/16 05:00:36 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-constraints-extras
|
|
|
|
.if !defined(HS_CONSTRAINTS_EXTRAS_BUILDLINK3_MK)
|
|
HS_CONSTRAINTS_EXTRAS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-constraints-extras+= hs-constraints-extras>=0.3.2
|
|
BUILDLINK_ABI_DEPENDS.hs-constraints-extras+= hs-constraints-extras>=0.3.2.1
|
|
BUILDLINK_PKGSRCDIR.hs-constraints-extras?= ../../devel/hs-constraints-extras
|
|
|
|
.include "../../devel/hs-constraints/buildlink3.mk"
|
|
.endif # HS_CONSTRAINTS_EXTRAS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-constraints-extras
|