pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust176



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul  7 10:43:29 UTC 2024

Added Files:
        pkgsrc/lang/rust176: buildlink3.mk

Log Message:
rust176: add buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/rust176/buildlink3.mk

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

Added files:

Index: pkgsrc/lang/rust176/buildlink3.mk
diff -u /dev/null pkgsrc/lang/rust176/buildlink3.mk:1.1
--- /dev/null   Sun Jul  7 10:43:29 2024
+++ pkgsrc/lang/rust176/buildlink3.mk   Sun Jul  7 10:43:29 2024
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/07/07 10:43:29 wiz Exp $
+
+BUILDLINK_TREE+=       rust
+
+#
+# DO NOT include this directly! Use rust.mk instead.
+#
+
+.if !defined(RUST_BUILDLINK3_MK)
+RUST_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.rust+=   rust>=1.56.1<1.77
+BUILDLINK_PKGSRCDIR.rust?=     ../../lang/rust176
+BUILDLINK_PASSTHRU_DIRS+=      ${PREFIX}/lib/rustlib
+.endif
+
+BUILDLINK_TREE+=       -rust



Home | Main Index | Thread Index | Old Index