13 lines
386 B
Makefile
13 lines
386 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2022/02/26 03:58:17 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-ieee754
|
|
|
|
.if !defined(HS_IEEE754_BUILDLINK3_MK)
|
|
HS_IEEE754_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-ieee754+= hs-ieee754>=0.8.0
|
|
BUILDLINK_ABI_DEPENDS.hs-ieee754+= hs-ieee754>=0.8.0nb4
|
|
BUILDLINK_PKGSRCDIR.hs-ieee754?= ../../math/hs-ieee754
|
|
.endif # HS_IEEE754_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-ieee754
|