2008-01-17 15:06:06 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.10 2008/01/17 14:06:07 joerg Exp $
|
2006-07-11 16:42:03 +02:00
|
|
|
|
2006-12-12 22:52:34 +01:00
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
2006-07-11 16:42:03 +02:00
|
|
|
|
2006-04-18 19:16:06 +02:00
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
|
|
RENDERPROTO_BUILDLINK3_MK:= ${RENDERPROTO_BUILDLINK3_MK}+
|
|
|
|
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
|
|
BUILDLINK_DEPENDS+= renderproto
|
|
|
|
.endif
|
|
|
|
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nrenderproto}
|
|
|
|
BUILDLINK_PACKAGES+= renderproto
|
2006-07-09 01:10:35 +02:00
|
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}renderproto
|
2006-04-18 19:16:06 +02:00
|
|
|
|
|
|
|
.if !empty(RENDERPROTO_BUILDLINK3_MK:M+)
|
2008-01-17 15:06:06 +01:00
|
|
|
BUILDLINK_API_DEPENDS.renderproto+= renderproto>=0.9.3nb1
|
2006-04-18 19:16:06 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.renderproto?= ../../x11/renderproto
|
2006-06-16 16:35:54 +02:00
|
|
|
BUILDLINK_DEPMETHOD.renderproto?= build
|
2006-04-18 19:16:06 +02:00
|
|
|
.endif # RENDERPROTO_BUILDLINK3_MK
|
|
|
|
|
2006-06-16 16:35:54 +02:00
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|