blob: 6d236293f37c133bb5a7570fa0a676f8292638cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: buildlink3.mk,v 1.2 2006/04/06 06:23:03 reed Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
RENDEREXT_BUILDLINK3_MK:= ${RENDEREXT_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= renderext
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nrenderext}
BUILDLINK_PACKAGES+= renderext
.if !empty(RENDEREXT_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.renderext+= renderext>=0.9
BUILDLINK_PKGSRCDIR.renderext?= ../../x11/renderext
BUILDLINK_DEPMETHOD.renderext?= build
.endif # RENDEREXT_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|