pkgsrc-WIP-changes archive

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

minizip: added buildlink3.mk file



Module Name:	pkgsrc-wip
Committed By:	AcidBear <jake.slazenger%yandex.com@localhost>
Pushed By:	jakeSlaz
Date:		Sun Feb 9 17:24:59 2020 +0300
Changeset:	d1537b891f440800b0c165b915eb83d62137ff2a

Added Files:
	minizip/buildlink3.mk

Log Message:
minizip: added 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=d1537b891f440800b0c165b915eb83d62137ff2a

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

diffstat:
 minizip/buildlink3.mk | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diffs:
diff --git a/minizip/buildlink3.mk b/minizip/buildlink3.mk
new file mode 100644
index 0000000000..010cb2fbac
--- /dev/null
+++ b/minizip/buildlink3.mk
@@ -0,0 +1,24 @@
+# $NetBSD$
+# XXX
+# XXX This file was created automatically using createbuildlink-3.17.
+# XXX After this file has been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed.  Please do not commit
+# XXX unverified buildlink3.mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX	BUILDLINK_DEPMETHOD.minizip?=	build
+
+BUILDLINK_TREE+=	minizip
+
+.if !defined(MINIZIP_BUILDLINK3_MK)
+MINIZIP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.minizip+=	minizip>=1.2.11
+BUILDLINK_PKGSRCDIR.minizip?=	../../wip/minizip
+
+.include "../../devel/zlib/buildlink3.mk"
+.endif	# MINIZIP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-minizip


Home | Main Index | Thread Index | Old Index