pkgsrc-WIP-changes archive

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

libnl1: Add buildlink3.mk



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

Added Files:
	libnl1/buildlink3.mk

Log Message:
libnl1: 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=c2760088072bcd14b10610188f9b3d657ac5b567

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

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

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


Home | Main Index | Thread Index | Old Index