2010-07-15 23:35:10 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.9 2010/07/15 21:35:10 asau Exp $
|
2004-06-06 00:19:53 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= mpfr
|
2004-06-06 00:19:53 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(MPFR_BUILDLINK3_MK)
|
|
|
|
MPFR_BUILDLINK3_MK:=
|
2004-06-06 00:19:53 +02:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.mpfr+= mpfr>=2.0.3
|
2010-07-15 23:35:10 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.mpfr?= mpfr>=3.0.0.3
|
2004-06-06 00:19:53 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.mpfr?= ../../math/mpfr
|
|
|
|
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # MPFR_BUILDLINK3_MK
|
2004-06-06 00:19:53 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -mpfr
|