pkgsrc-WIP-changes archive

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

wolfssl: Adds the buildlink3.mk file.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Sun Jan 26 08:56:47 2020 -0500
Changeset:	b5e953788a9dabfc76aa494bdc47fa2724056352

Added Files:
	wolfssl/buildlink3.mk

Log Message:
wolfssl: Adds the buildlink3.mk file.

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

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

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

diffs:
diff --git a/wolfssl/buildlink3.mk b/wolfssl/buildlink3.mk
new file mode 100644
index 0000000000..e70f09c033
--- /dev/null
+++ b/wolfssl/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBS$
+
+BUILDLINK_TREE+=	wolfssl
+
+.if !defined(WOLFSSL_BUILDLINK3_MK)
+WOLFSSL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.wolfssl+=	wolfssl>=1.0.0
+BUILDLINK_ABI_DEPENDS.wolfssl+=	wolfssl>=1.0.0
+#BUILDLINK_PKGSRCDIR.wolfssl?=	../../security/wolfssl
+BUILDLINK_PKGSRCDIR.wolfssl?=	../../wip/wolfssl
+
+.endif # WOLFSSL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-wolfssl


Home | Main Index | Thread Index | Old Index