Received: by mail.netbsd.org (Postfix, from userid 605) id 99A1984E71; Mon, 13 Feb 2023 08:28:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C827384DBF for ; Mon, 13 Feb 2023 08:28:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id C-I2SdLD20SB for ; Mon, 13 Feb 2023 08:28:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D5D084CEA for ; Mon, 13 Feb 2023 08:28:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 570A5FA90; Mon, 13 Feb 2023 08:28:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167627691881270" MIME-Version: 1.0 Date: Mon, 13 Feb 2023 08:28:38 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libdeflate To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230213082838.570A5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167627691881270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Feb 13 08:28:38 UTC 2023 Added Files: pkgsrc/devel/libdeflate: buildlink3.mk Log Message: libdeflate: add buildlink3.mk To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libdeflate/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167627691881270 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/libdeflate/buildlink3.mk diff -u /dev/null pkgsrc/devel/libdeflate/buildlink3.mk:1.1 --- /dev/null Mon Feb 13 08:28:38 2023 +++ pkgsrc/devel/libdeflate/buildlink3.mk Mon Feb 13 08:28:38 2023 @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2023/02/13 08:28:38 wiz Exp $ + +BUILDLINK_TREE+= libdeflate + +.if !defined(LIBDEFLATE_BUILDLINK3_MK) +LIBDEFLATE_BUILDLINK3_MK:= + +BUILDLINK_DEPMETHOD.libdeflate?= build + +BUILDLINK_API_DEPENDS.libdeflate+= libdeflate>=1.10 +BUILDLINK_PKGSRCDIR.libdeflate?= ../../devel/libdeflate +.endif # LIBDEFLATE_BUILDLINK3_MK + +BUILDLINK_TREE+= -libdeflate --_----------=_167627691881270--