pkgsrc-WIP-changes archive

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

libnl: Add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Fri Aug 6 14:09:52 2021 +0200
Changeset:	0126b3a2f84babe0f11d1841c88144aed5a42e83

Added Files:
	libnl/buildlink3.mk

Log Message:
libnl: 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=0126b3a2f84babe0f11d1841c88144aed5a42e83

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

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

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


Home | Main Index | Thread Index | Old Index