pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb-git: Add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jan 21 18:39:49 2016 +0100
Changeset:	1e3d057bbdb9c5742beb99933eb721a4f5a80158

Added Files:
	lldb-git/buildlink3.mk

Log Message:
lldb-git: Add buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e3d057bbdb9c5742beb99933eb721a4f5a80158

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb-git/buildlink3.mk | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diffs:
diff --git a/lldb-git/buildlink3.mk b/lldb-git/buildlink3.mk
new file mode 100644
index 0000000..dd2271a
--- /dev/null
+++ b/lldb-git/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	lldb
+
+.if !defined(LLDB_BUILDLINK3_MK)
+LLDB_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.lldb+=	lldb>=3.9.0nb20160121
+BUILDLINK_PKGSRCDIR.lldb?=	../../wip/lldb-git
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../wip/llvm-git/buildlink3.mk"
+.include "../../wip/clang-git/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/swig/buildlink3.mk"
+.endif	# LLDB_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-lldb


Home | Main Index | Thread Index | Old Index