pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mpdecimal: add buildlink3.mk file
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Dec 21 11:50:15 2024 +0100
Changeset: daed1d958b641306fbca5f659dfeefdede46c263
Added Files:
mpdecimal/buildlink3.mk
Log Message:
mpdecimal: add buildlink3.mk file
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=daed1d958b641306fbca5f659dfeefdede46c263
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mpdecimal/buildlink3.mk | 12 ++++++++++++
1 file changed, 12 insertions(+)
diffs:
diff --git a/mpdecimal/buildlink3.mk b/mpdecimal/buildlink3.mk
new file mode 100644
index 0000000000..6043a4b106
--- /dev/null
+++ b/mpdecimal/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= mpdecimal
+
+.if !defined(MPDECIMAL_BUILDLINK3_MK)
+MPDECIMAL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.mpdecimal+= mpdecimal>=4.0.0
+BUILDLINK_PKGSRCDIR.mpdecimal?= ../../wip/mpdecimal
+.endif # MPDECIMAL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -mpdecimal
Home |
Main Index |
Thread Index |
Old Index