pkgsrc-WIP-changes archive

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

libltc: Add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jul 6 02:45:28 2016 +0200
Changeset:	55ec7cbff5d452b1103c75c3a325cb1f568c851b

Added Files:
	libltc/buildlink3.mk

Log Message:
libltc: 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=55ec7cbff5d452b1103c75c3a325cb1f568c851b

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

diffstat:
 libltc/buildlink3.mk | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diffs:
diff --git a/libltc/buildlink3.mk b/libltc/buildlink3.mk
new file mode 100644
index 0000000..25e3cbd
--- /dev/null
+++ b/libltc/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	libltc
+
+.if !defined(LIBLTC_BUILDLINK3_MK)
+LIBLTC_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libltc+=	libltc>=1.2.0
+BUILDLINK_PKGSRCDIR.libltc?=	../../wip/libltc
+.endif	# LIBLTC_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libltc


Home | Main Index | Thread Index | Old Index