diff options
author | kefren <kefren@pkgsrc.org> | 2008-11-30 11:26:35 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2008-11-30 11:26:35 +0000 |
commit | f3914041f9762c13b2c93376f8347c9e8932c0a4 (patch) | |
tree | 7246ef68c2b74ae544cc5dca930b58d6229088c4 /net/monotorrent | |
parent | 6bad2c14a48b8175d2f5e5560a3dbacc8326b03f (diff) | |
download | pkgsrc-f3914041f9762c13b2c93376f8347c9e8932c0a4.tar.gz |
add buildlink file required by net/monsoon
Diffstat (limited to 'net/monotorrent')
-rw-r--r-- | net/monotorrent/buildlink3.mk | 21 |
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/+$//} |