pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
toxcore: Add a buildlink file
Module Name: pkgsrc-wip
Committed By: Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By: f8l
Date: Tue Jan 16 19:35:22 2018 +0100
Changeset: 5bffad6b48b644f2c4deff0c39c9023cc6a26369
Added Files:
toxcore/buildlink3.mk
Log Message:
toxcore: Add a buildlink file
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5bffad6b48b644f2c4deff0c39c9023cc6a26369
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
toxcore/buildlink3.mk | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diffs:
diff --git a/toxcore/buildlink3.mk b/toxcore/buildlink3.mk
new file mode 100644
index 0000000000..135073cb9b
--- /dev/null
+++ b/toxcore/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= toxcore
+
+.if !defined(TOXCORE_BUILDLINK3_MK)
+TOXCORE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.toxcore+= toxcore>=0.1.11
+BUILDLINK_PKGSRCDIR.toxcore?= ../../wip/toxcore
+
+.include "../../security/libsodium/buildlink3.mk"
+.include "../../audio/libopus/buildlink3.mk"
+.include "../../multimedia/libvpx/buildlink3.mk"
+.endif # TOXCORE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -toxcore
Home |
Main Index |
Thread Index |
Old Index