pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
portmidi: added buildlink3.mk
Module Name: pkgsrc-wip
Committed By: Manuel Kuklinski <mk%asdfghasdfgh.de@localhost>
Pushed By: mk
Date: Thu Nov 2 18:25:15 2023 +0100
Changeset: 4d8ad8ab93ab99573de80d1c9e6b6585a79d70d4
Added Files:
portmidi/buildlink3.mk
Log Message:
portmidi: added buildlink3.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d8ad8ab93ab99573de80d1c9e6b6585a79d70d4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
portmidi/buildlink3.mk | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diffs:
diff --git a/portmidi/buildlink3.mk b/portmidi/buildlink3.mk
new file mode 100644
index 0000000000..0b5a0ba31c
--- /dev/null
+++ b/portmidi/buildlink3.mk
@@ -0,0 +1,23 @@
+# $NetBSD$
+# XXX
+# XXX This file was created automatically using createbuildlink-3.19.
+# XXX After this file has been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed. Please do not commit
+# XXX unverified buildlink3.mk files.
+
+BUILDLINK_TREE+= portmidi
+
+.if !defined(PORTMIDI_BUILDLINK3_MK)
+PORTMIDI_BUILDLINK3_MK:=
+
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX BUILDLINK_DEPMETHOD.portmidi?= build
+
+BUILDLINK_API_DEPENDS.portmidi+= portmidi>=2.0.4
+BUILDLINK_PKGSRCDIR.portmidi?= ../../wip/portmidi
+.endif # PORTMIDI_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -portmidi
Home |
Main Index |
Thread Index |
Old Index