diff options
Diffstat (limited to 'net/bind95/buildlink3.mk')
-rw-r--r-- | net/bind95/buildlink3.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/bind95/buildlink3.mk b/net/bind95/buildlink3.mk new file mode 100644 index 00000000000..6dba3b8d8c1 --- /dev/null +++ b/net/bind95/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +BIND_BUILDLINK3_MK:= ${BIND_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= bind +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nbind} +BUILDLINK_PACKAGES+= bind +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}bind + +.if ${BIND_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.bind+= bind>=9.5.0 +BUILDLINK_PKGSRCDIR.bind?= ../../net/bind95 +.endif # BIND_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |