pkgsrc-WIP-changes archive

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

fna: add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sat Jan 23 13:16:26 2021 +0200
Changeset:	3d8f3fa193c7a06690fe24c9d58ef0ded15c2792

Added Files:
	fna/buildlink3.mk

Log Message:
fna: 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=3d8f3fa193c7a06690fe24c9d58ef0ded15c2792

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

diffstat:
 fna/buildlink3.mk | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/fna/buildlink3.mk b/fna/buildlink3.mk
new file mode 100644
index 0000000000..05858e7cb6
--- /dev/null
+++ b/fna/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+BUILDLINK_TREE+=	fna
+
+.if !defined(FNA_BUILDLINK3_MK)
+FNA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.fna+=	fna>=21.01
+BUILDLINK_PKGSRCDIR.fna?=	../../wip/fna
+
+.include "../../wip/mojoshader/buildlink3.mk"
+.include "../../wip/fna3d/buildlink3.mk"
+.include "../../lang/mono6/buildlink3.mk"
+.endif	# FNA_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-fna


Home | Main Index | Thread Index | Old Index