Add buildlink3.mk, required by tosha.
This commit is contained in:
parent
101b04ee11
commit
593196974a
1 changed files with 19 additions and 0 deletions
19
devel/libscsi/buildlink3.mk
Normal file
19
devel/libscsi/buildlink3.mk
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# $NetBSD: buildlink3.mk,v 1.1 2004/05/31 17:13:26 minskim Exp $
|
||||||
|
|
||||||
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||||
|
LIBSCSI_BUILDLINK3_MK:= ${LIBSCSI_BUILDLINK3_MK}+
|
||||||
|
|
||||||
|
.if !empty(BUILDLINK_DEPTH:M+)
|
||||||
|
BUILDLINK_DEPENDS+= libscsi
|
||||||
|
.endif
|
||||||
|
|
||||||
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibscsi}
|
||||||
|
BUILDLINK_PACKAGES+= libscsi
|
||||||
|
|
||||||
|
.if !empty(LIBSCSI_BUILDLINK3_MK:M+)
|
||||||
|
BUILDLINK_DEPENDS.libscsi+= libscsi>=1.6
|
||||||
|
BUILDLINK_PKGSRCDIR.libscsi?= ../../devel/libscsi
|
||||||
|
BUILDLINK_DEPMETHOD.libscsi?= build
|
||||||
|
.endif # LIBSCSI_BUILDLINK3_MK
|
||||||
|
|
||||||
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue