15 lines
360 B
Makefile
15 lines
360 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2018/01/28 16:24:11 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= mpfr
|
|
|
|
.if !defined(MPFR_BUILDLINK3_MK)
|
|
MPFR_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.mpfr+= mpfr>=2.0.3
|
|
BUILDLINK_ABI_DEPENDS.mpfr+= mpfr>=4.0.0
|
|
BUILDLINK_PKGSRCDIR.mpfr?= ../../math/mpfr
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.endif # MPFR_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -mpfr
|