pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lwtools: add buildlink3.mk to satisy cmoc dependency.
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Sat Jan 7 17:30:55 2023 +1100
Changeset: 57517ed1774f333162bfdfcf69e3e9dc4b7e3052
Added Files:
lwtools/buildlink3.mk
Log Message:
lwtools: add buildlink3.mk to satisy cmoc dependency.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=57517ed1774f333162bfdfcf69e3e9dc4b7e3052
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lwtools/buildlink3.mk | 13 +++++++++++++
1 file changed, 13 insertions(+)
diffs:
diff --git a/lwtools/buildlink3.mk b/lwtools/buildlink3.mk
new file mode 100644
index 0000000000..118768b3e7
--- /dev/null
+++ b/lwtools/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= lwtools
+
+.if !defined(LWTOOLS_BUILDLINK3_MK)
+LWTOOLS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.lwtools+= lwtools>=4.11
+BUILDLINK_PKGSRCDIR.lwtools?= ../../wip/lwtools
+
+.endif # LWTOOLS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -lwtools
Home |
Main Index |
Thread Index |
Old Index