summaryrefslogtreecommitdiff
path: root/net/monotorrent
diff options
context:
space:
mode:
authorkefren <kefren>2008-11-30 11:26:35 +0000
committerkefren <kefren>2008-11-30 11:26:35 +0000
commite54839a01f0ae1d10f350d6322e64a968a7e8eb9 (patch)
tree7246ef68c2b74ae544cc5dca930b58d6229088c4 /net/monotorrent
parent8da69de3d660773addde0ff602e5e7ece940b4dc (diff)
downloadpkgsrc-e54839a01f0ae1d10f350d6322e64a968a7e8eb9.tar.gz
add buildlink file required by net/monsoon
Diffstat (limited to 'net/monotorrent')
-rw-r--r--net/monotorrent/buildlink3.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/monotorrent/buildlink3.mk b/net/monotorrent/buildlink3.mk
new file mode 100644
index 00000000000..a1e320630a0
--- /dev/null
+++ b/net/monotorrent/buildlink3.mk
@@ -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/+$//}