pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/monotorrent add buildlink file required by net/mon...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c3bb0e2dbd6
branches: trunk
changeset: 550826:7c3bb0e2dbd6
user: kefren <kefren%pkgsrc.org@localhost>
date: Sun Nov 30 11:26:35 2008 +0000
description:
add buildlink file required by net/monsoon
diffstat:
net/monotorrent/buildlink3.mk | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diffs (25 lines):
diff -r 8c27cd33906d -r 7c3bb0e2dbd6 net/monotorrent/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/monotorrent/buildlink3.mk Sun Nov 30 11:26:35 2008 +0000
@@ -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/+$//}
Home |
Main Index |
Thread Index |
Old Index