pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

colord: add minimal buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Mar 8 13:31:04 2016 +0100
Changeset:	d7ca5292202db843a2a21b3f0cffda45e701a536

Added Files:
	colord/buildlink3.mk

Log Message:
colord: add minimal buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d7ca5292202db843a2a21b3f0cffda45e701a536

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 colord/buildlink3.mk | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diffs:
diff --git a/colord/buildlink3.mk b/colord/buildlink3.mk
new file mode 100644
index 0000000..80a62f3
--- /dev/null
+++ b/colord/buildlink3.mk
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	colord
+
+.if !defined(COLORD_BUILDLINK3_MK)
+COLORD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.colord+=	colord>=1.2.12
+BUILDLINK_PKGSRCDIR.colord?=	../../wip/colord
+
+# XXX
+# XXX Uncomment and keep only the buildlink3 lines below which are directly
+# XXX needed for dependencies to compile, link, and run.  If this package
+# XXX provides a wrappered API or otherwise does not expose the APIs of the
+# XXX buildlink3 lines below to dependencies, remove them.
+# XXX
+#.include "../../print/cups/buildlink3.mk"
+#.include "../../wip/geocode-glib/buildlink3.mk"
+#.include "../../devel/nss/buildlink3.mk"
+#.include "../../graphics/lcms2/buildlink3.mk"
+#.include "../../databases/sqlite3/buildlink3.mk"
+#.include "../../wip/polkit/buildlink3.mk"
+#.include "../../devel/libdbusmenu-qt/buildlink3.mk"
+#.include "../../sysutils/dbus/buildlink3.mk"
+#.include "../../devel/gobject-introspection/buildlink3.mk"
+.endif	# COLORD_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-colord


Home | Main Index | Thread Index | Old Index