2006-05-02 11:08:32 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.12 2006/05/02 09:08:32 joerg Exp $
|
2004-02-07 18:44:10 +01:00
|
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
|
|
RRDTOOL_BUILDLINK3_MK:= ${RRDTOOL_BUILDLINK3_MK}+
|
|
|
|
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
|
|
BUILDLINK_DEPENDS+= rrdtool
|
|
|
|
.endif
|
|
|
|
|
2004-03-05 20:25:06 +01:00
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nrrdtool}
|
|
|
|
BUILDLINK_PACKAGES+= rrdtool
|
|
|
|
|
2004-02-07 18:44:10 +01:00
|
|
|
.if !empty(RRDTOOL_BUILDLINK3_MK:M+)
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.rrdtool+= rrdtool>=1.2.9
|
2006-04-17 15:45:57 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.rrdtool+= rrdtool>=1.2.12nb3
|
2004-02-10 00:56:32 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.rrdtool?= ../../databases/rrdtool
|
2004-03-18 10:12:08 +01:00
|
|
|
.endif # RRDTOOL_BUILDLINK3_MK
|
2004-02-07 18:44:10 +01:00
|
|
|
|
2004-03-05 20:25:06 +01:00
|
|
|
.include "../../graphics/freetype-lib/buildlink3.mk"
|
|
|
|
.include "../../graphics/gd/buildlink3.mk"
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
2006-05-02 11:08:32 +02:00
|
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
2004-03-05 20:25:06 +01:00
|
|
|
.include "../../www/cgilib/buildlink3.mk"
|
|
|
|
|
2006-01-24 23:22:16 +01:00
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|