pkgsrc-WIP-changes archive

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

Need buildlink3.mk file.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Thu Dec 20 15:38:15 2018 +0100
Changeset:	b378a79a9d8479a10dacb8bc2dfd2a0f45802a59

Added Files:
	judy/buildlink3.mk

Log Message:
Need buildlink3.mk file.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b378a79a9d8479a10dacb8bc2dfd2a0f45802a59

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

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

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


Home | Main Index | Thread Index | Old Index