pkgsrc-WIP-changes archive

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

libstubborn: add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sun Jan 24 20:17:28 2021 +0200
Changeset:	8157c71968061aa8185c153265bc61f6639e98d0

Added Files:
	libstubborn/buildlink3.mk

Log Message:
libstubborn: 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=8157c71968061aa8185c153265bc61f6639e98d0

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

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

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


Home | Main Index | Thread Index | Old Index