pkgsrc-WIP-changes archive

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

libbgcode: add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Sat Dec 2 15:34:38 2023 +1100
Changeset:	250e5885ee91b5581cf1eb5385f798320d6e51b7

Added Files:
	libbgcode/buildlink3.mk

Log Message:
libbgcode: 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=250e5885ee91b5581cf1eb5385f798320d6e51b7

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

diffstat:
 libbgcode/buildlink3.mk | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diffs:
diff --git a/libbgcode/buildlink3.mk b/libbgcode/buildlink3.mk
new file mode 100644
index 0000000000..9d8c3c169c
--- /dev/null
+++ b/libbgcode/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	libbgcode
+
+.if !defined(LIBBGCODE_BUILDLINK3_MK)
+LIBBGCODE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libbgcode+=	libbgcode>=20231123
+BUILDLINK_PKGSRCDIR.libbgcode?=	../../wip/libbgcode
+
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/catch2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../wip/heatshrink/buildlink3.mk"
+.endif	# LIBBGCODE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libbgcode


Home | Main Index | Thread Index | Old Index