pkgsrc-WIP-changes archive

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

sds: Add support for bl3



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jul 16 18:17:43 2021 +0200
Changeset:	fa78827b2ec6b95d71333e752e3ab2a89fc66de1

Added Files:
	sds/buildlink3.mk

Log Message:
sds: Add support for bl3

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

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

diffstat:
 sds/buildlink3.mk | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diffs:
diff --git a/sds/buildlink3.mk b/sds/buildlink3.mk
new file mode 100644
index 0000000000..79ee58b587
--- /dev/null
+++ b/sds/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	sds
+
+.if !defined(SDS_BUILDLINK3_MK)
+SDS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.sds+=	sds>=2.0.0
+BUILDLINK_PKGSRCDIR.sds?=	../../wip/sds
+.endif	# SDS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-sds


Home | Main Index | Thread Index | Old Index