pkgsrc-WIP-changes archive

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

faun: Add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <triaxx%NetBSD.org@localhost>
Pushed By:	frederic
Date:		Tue Feb 11 22:47:00 2025 +0100
Changeset:	10a13fcac117fc4340a8c1455130fe0eb52615ef

Added Files:
	faun/buildlink3.mk

Log Message:
faun: 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=10a13fcac117fc4340a8c1455130fe0eb52615ef

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

diffstat:
 faun/buildlink3.mk | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diffs:
diff --git a/faun/buildlink3.mk b/faun/buildlink3.mk
new file mode 100644
index 0000000000..096bfeab1a
--- /dev/null
+++ b/faun/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	faun
+
+.if !defined(FAUN_BUILDLINK3_MK)
+FAUN_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.faun+=	faun>=0.2.1
+BUILDLINK_PKGSRCDIR.faun?=	../../wip/faun
+
+.endif	# FAUN_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-faun


Home | Main Index | Thread Index | Old Index