pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qt1: add buildlink3
Module Name: pkgsrc-wip
Committed By: Nishi <nishi@nishi.boats>
Pushed By: nishi
Date: Mon Nov 18 01:09:13 2024 +0900
Changeset: 177d6d117095ca9e5d4009e0d9812f07570a8d79
Added Files:
qt1/buildlink3.mk
Log Message:
qt1: add buildlink3
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=177d6d117095ca9e5d4009e0d9812f07570a8d79
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qt1/buildlink3.mk | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diffs:
diff --git a/qt1/buildlink3.mk b/qt1/buildlink3.mk
new file mode 100644
index 0000000000..de4c8af8fb
--- /dev/null
+++ b/qt1/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= qt1
+
+.if !defined(QT1_BUILDLINK3_MK)
+QT1_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt1+= qt1>=0
+BUILDLINK_ABI_DEPENDS.qt1+= qt1>=0
+BUILDLINK_PKGSRCDIR.qt1?= ../../wip/qt1
+
+BUILDLINK_INCDIRS.qt1+= include
+BUILDLINK_LIBDIRS.qt1+= lib
+.endif
+
+BUILDLINK_TREE+= -qt1
Home |
Main Index |
Thread Index |
Old Index