add buildlink file required by net/monsoon
This commit is contained in:
parent
6bad2c14a4
commit
f3914041f9
1 changed files with 21 additions and 0 deletions
21
net/monotorrent/buildlink3.mk
Normal file
21
net/monotorrent/buildlink3.mk
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2008/11/30 11:26:35 kefren Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
MONOTORRENT_BUILDLINK3_MK:= ${MONOTORRENT_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= monotorrent
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmonotorrent}
|
||||
BUILDLINK_PACKAGES+= monotorrent
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}monotorrent
|
||||
|
||||
.if ${MONOTORRENT_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.monotorrent+= monotorrent>=0.62
|
||||
BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent
|
||||
.endif # MONOTORRENT_BUILDLINK3_MK
|
||||
|
||||
.include "../../lang/mono/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue