pkgsrc/x11/bigreqsproto/buildlink3.mk
joerg 813fc39c88 Import bigreqsproto-1.0.2 from pkgsrc-wip:
BigReqs extension headers from modular Xorg X11.
2006-11-03 17:38:16 +00:00

21 lines
677 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 17:38:16 joerg Exp $
BUILDLINK_DEPMETHOD.bigreqsproto?= build
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BIGREQSPROTO_BUILDLINK3_MK:= ${BIGREQSPROTO_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= bigreqsproto
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nbigreqsproto}
BUILDLINK_PACKAGES+= bigreqsproto
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}bigreqsproto
.if ${BIGREQSPROTO_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.bigreqsproto+= bigreqsproto>=1.0
BUILDLINK_PKGSRCDIR.bigreqsproto?= ../../x11/bigreqsproto
.endif # BIGREQSPROTO_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}