pkgsrc-WIP-changes archive

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

cereal: Add bl3



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Sep 13 15:43:11 2018 -0500
Changeset:	394417ddbc41ef907d2cbad6947955c832fb2351

Added Files:
	cereal/buildlink3.mk

Log Message:
cereal: Add bl3

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

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

diffstat:
 cereal/buildlink3.mk | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diffs:
diff --git a/cereal/buildlink3.mk b/cereal/buildlink3.mk
new file mode 100644
index 0000000000..f208f552d4
--- /dev/null
+++ b/cereal/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+BUILDLINK_DEPMETHOD.cereal?=	build
+
+BUILDLINK_TREE+=	cereal
+
+.if !defined(CEREAL_BUILDLINK3_MK)
+CEREAL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.cereal+=	cereal>=1.2.2
+BUILDLINK_PKGSRCDIR.cereal?=	../../wip/cereal
+
+.endif	# CEREAL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-cereal


Home | Main Index | Thread Index | Old Index