Add a buildlink3.mk
This commit is contained in:
parent
8609f65f88
commit
8eafe4c39e
1 changed files with 18 additions and 0 deletions
18
ming/buildlink3.mk
Normal file
18
ming/buildlink3.mk
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2004/05/02 21:56:33 blef Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
MING_BUILDLINK3_MK:= ${MING_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= ming
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nming}
|
||||
BUILDLINK_PACKAGES+= ming
|
||||
|
||||
.if !empty(MING_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.ming+= ming>=0.2
|
||||
BUILDLINK_PKGSRCDIR.ming?= ../../wip/ming
|
||||
.endif # MING_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue