pkgsrc-WIP-changes archive

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

Added dlt-daemon/buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Thu May 11 12:01:32 2017 +0200
Changeset:	f59a486a11433fb3bd609dd3e5a708f3484733e7

Added Files:
	dlt-daemon/buildlink3.mk

Log Message:
Added dlt-daemon/buildlink3.mk

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

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

diffstat:
 dlt-daemon/buildlink3.mk | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diffs:
diff --git a/dlt-daemon/buildlink3.mk b/dlt-daemon/buildlink3.mk
new file mode 100644
index 0000000000..e068f4edf8
--- /dev/null
+++ b/dlt-daemon/buildlink3.mk
@@ -0,0 +1,30 @@
+# $NetBSD$
+# XXX
+# XXX This file was created automatically using createbuildlink-3.17.
+# 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.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX	BUILDLINK_DEPMETHOD.dlt-daemon?=	build
+
+BUILDLINK_TREE+=	dlt-daemon
+
+.if !defined(DLT_DAEMON_BUILDLINK3_MK)
+DLT_DAEMON_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.dlt-daemon+=	dlt-daemon>=2.16.0
+BUILDLINK_PKGSRCDIR.dlt-daemon?=	../../wip/dlt-daemon
+
+# 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 "../../sysutils/dbus/buildlink3.mk"
+.endif	# DLT_DAEMON_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-dlt-daemon


Home | Main Index | Thread Index | Old Index