pkgsrc-WIP-changes archive

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

kdbusaddons: add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Tue Feb 2 19:11:25 2016 +1300
Changeset:	6e60618b7e9c3f81eb5b0abb2ee14a9c17e37a4f

Added Files:
	kdbusaddons/buildlink3.mk

Log Message:
kdbusaddons: add buildlink3.mk

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

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

diffstat:
 kdbusaddons/buildlink3.mk | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/kdbusaddons/buildlink3.mk b/kdbusaddons/buildlink3.mk
new file mode 100644
index 0000000..891adcb
--- /dev/null
+++ b/kdbusaddons/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	kdbusaddons
+
+.if !defined(KDBUSADDONS_BUILDLINK3_MK)
+KDBUSADDONS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kdbusaddons+=	kdbusaddons>=5.18.0
+BUILDLINK_PKGSRCDIR.kdbusaddons?=	../../wip/kdbusaddons
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.endif	# KDBUSADDONS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-kdbusaddons


Home | Main Index | Thread Index | Old Index