pkgsrc-WIP-changes archive

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

Add a buildlink3 for wip/luv



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sat Feb 25 13:56:04 2017 -0800
Changeset:	5ed3583221359be170d524e85bea50bd1664aa17

Added Files:
	luv/buildlink3.mk

Log Message:
Add a buildlink3 for wip/luv

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

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

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

diffs:
diff --git a/luv/buildlink3.mk b/luv/buildlink3.mk
new file mode 100644
index 0000000000..50526feb32
--- /dev/null
+++ b/luv/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	luv
+
+.if !defined(LUV_BUILDLINK3_MK)
+LUV_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.luv+=	luv>=1.9.1
+BUILDLINK_ABI_DEPENDS.luv+=	luv>=1.9.1
+BUILDLINK_PKGSRCDIR.luv?=	../../wip/luv
+
+.endif # LUV_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-luv


Home | Main Index | Thread Index | Old Index