pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/fstrm Add a buildlink3.mk file so this library can...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8b135419494
branches: trunk
changeset: 328201:c8b135419494
user: he <he%pkgsrc.org@localhost>
date: Thu Jan 17 08:10:53 2019 +0000
description:
Add a buildlink3.mk file so this library can be used.
diffstat:
net/fstrm/buildlink3.mk | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r bc2da1fe54af -r c8b135419494 net/fstrm/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/fstrm/buildlink3.mk Thu Jan 17 08:10:53 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/01/17 08:10:53 he Exp $
+
+BUILDLINK_TREE+= fstrm
+
+.if !defined(FSTRM_BUILDLINK3_MK)
+FSTRM_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.fstrm+= fstrm>=0.4.0
+BUILDLINK_ABI_DEPENDS.fstrm?= fstrm>=0.4.0
+BUILDLINK_PKGSRCDIR.fstrm?= ../../net/fstrm
+
+.endif # FSTRM_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -fstrm
Home |
Main Index |
Thread Index |
Old Index