pkgsrc-WIP-changes archive

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

libwebsockets: Add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 27 02:19:42 2016 +0100
Changeset:	3b0cf2edd15fc021318bcb5b804e78092fda3bb9

Added Files:
	libwebsocket/buildlink3.mk

Log Message:
libwebsockets: 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=3b0cf2edd15fc021318bcb5b804e78092fda3bb9

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

diffstat:
 libwebsocket/buildlink3.mk | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diffs:
diff --git a/libwebsocket/buildlink3.mk b/libwebsocket/buildlink3.mk
new file mode 100644
index 0000000..25ca28f
--- /dev/null
+++ b/libwebsocket/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	libwebsockets
+
+.if !defined(LIBWEBSOCKETS_BUILDLINK3_MK)
+LIBWEBSOCKETS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libwebsockets+=	libwebsockets>=1.7.2
+BUILDLINK_PKGSRCDIR.libwebsockets?=	../../wip/libwebsocket
+
+.include "../../security/openssl/buildlink3.mk"
+.endif	# LIBWEBSOCKETS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libwebsockets


Home | Main Index | Thread Index | Old Index