pkgsrc-WIP-changes archive

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

Add a buildlink3.mk for linking with s6-dns.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Sun Nov 15 21:20:50 2020 +0100
Changeset:	46a379b16847966f78ed323866454fc66556d88c

Added Files:
	s6-dns/buildlink3.mk

Log Message:
Add a buildlink3.mk for linking with s6-dns.

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

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

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

diffs:
diff --git a/s6-dns/buildlink3.mk b/s6-dns/buildlink3.mk
new file mode 100644
index 0000000000..7b50af0330
--- /dev/null
+++ b/s6-dns/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	s6-dns
+
+.if !defined(S6_DNS_BUILDLINK3_MK)
+S6_DNS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.s6-dns+=	s6-dns>=2.3.3.0
+BUILDLINK_PKGSRCDIR.s6-dns?=	../../wip/s6-dns
+BUILDLINK_DEPMETHOD.s6-dns?=	build
+.endif	# S6_DNS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-s6-dns


Home | Main Index | Thread Index | Old Index