pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unbound Add buildlink3.mk since it installs librar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45b759e5519a
branches:  trunk
changeset: 364243:45b759e5519a
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Jun 22 10:56:09 2017 +0000

description:
Add buildlink3.mk since it installs libraries usable by third parties.
Requested by Aleksej Lebedev on pkgsrc-users.

diffstat:

 net/unbound/buildlink3.mk |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 2298c9c9904a -r 45b759e5519a net/unbound/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/unbound/buildlink3.mk Thu Jun 22 10:56:09 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/06/22 10:56:09 nros Exp $
+
+BUILDLINK_TREE+=       unbound
+
+.if !defined(UNBOUND_BUILDLINK3_MK)
+UNBOUND_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.unbound+=        unbound>=1.6.0
+BUILDLINK_PKGSRCDIR.unbound?=  ../../net/unbound
+
+.endif # UNBOUND_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -unbound



Home | Main Index | Thread Index | Old Index