Add buildlink3.mk.
This commit is contained in:
parent
a38140510b
commit
c3469dfc07
1 changed files with 18 additions and 0 deletions
18
emulators/lrmi/buildlink3.mk
Normal file
18
emulators/lrmi/buildlink3.mk
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2005/04/05 10:42:07 wiz Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LRMI_BUILDLINK3_MK:= ${LRMI_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= lrmi
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlrmi}
|
||||
BUILDLINK_PACKAGES+= lrmi
|
||||
|
||||
.if !empty(LRMI_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.lrmi+= lrmi>=0.8nb1
|
||||
BUILDLINK_PKGSRCDIR.lrmi?= ../../emulators/lrmi
|
||||
.endif # LRMI_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue