pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust-bin: Add buildlink3.mk
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Tue Oct 9 11:29:21 2018 -0700
Changeset: 8b443944b04af4177cab34c567cf000186b76277
Added Files:
rust-bin/buildlink3.mk
Log Message:
rust-bin: 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=8b443944b04af4177cab34c567cf000186b76277
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust-bin/buildlink3.mk | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diffs:
diff --git a/rust-bin/buildlink3.mk b/rust-bin/buildlink3.mk
new file mode 100644
index 0000000000..7ca066b7a5
--- /dev/null
+++ b/rust-bin/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= rust-bin
+
+.if !defined(RUST_BUILDLINK3_MK)
+RUST_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.rust-bin+= rust-bin>=1.29.1
+BUILDLINK_PKGSRCDIR.rust-bin?= ../../wip/rust-bin
+
+BUILDLINK_PASSTHRU_DIRS+= ${PREFIX}/lib/rustlib
+.endif
+
+BUILDLINK_TREE+= -rust-bin
Home |
Main Index |
Thread Index |
Old Index