pkgsrc-wip/xf86rushproto/buildlink3.mk
Blair Sadewitz c5b008de82 What does this do, anyway? It's a good thing I like creating packages for
things I may never understand! ;)

Seriously, if anyone knows, I'm game for an explanation.

xf86rushproto:  It's what's for dinner.
2007-01-23 17:39:13 +00:00

21 lines
692 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2007/01/23 17:39:13 bsadewitz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XF86RUSHPROTO_BUILDLINK3_MK:= ${XF86RUSHPROTO_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= xf86rushproto
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxf86rushproto}
BUILDLINK_PACKAGES+= xf86rushproto
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xf86rushproto
.if ${XF86RUSHPROTO_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.xf86rushproto+= xf86rushproto>=1.1.2
BUILDLINK_PKGSRCDIR.xf86rushproto?= ../../wip/xf86rushproto
.endif # XF86RUSHPROTO_BUILDLINK3_MK
.include "../../x11/xproto/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}