3b55a3c05b
This will replace the fixesext package. This provides the Fixes extension headers from modular X.org X11 project.
24 lines
680 B
Makefile
24 lines
680 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/04/18 17:13:35 reed Exp $
|
|
|
|
BUILDLINK_DEPMETHOD.fixesproto?= build
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
FIXESPROTO_BUILDLINK3_MK:= ${FIXESPROTO_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= fixesproto
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nfixesproto}
|
|
BUILDLINK_PACKAGES+= fixesproto
|
|
|
|
.if !empty(FIXESPROTO_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.fixesproto+= fixesproto>=3.0.0
|
|
BUILDLINK_PKGSRCDIR.fixesproto?= ../../x11/fixesproto
|
|
.endif # FIXESPROTO_BUILDLINK3_MK
|
|
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|