Received: by mail.netbsd.org (Postfix, from userid 605) id 9362284EAA; Thu, 6 Apr 2023 12:15:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C357A84D8D for ; Thu, 6 Apr 2023 12:15:55 +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 w5RQKjYriazT for ; Thu, 6 Apr 2023 12:15:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5825A84CE3 for ; Thu, 6 Apr 2023 12:15:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4EAE5FA81; Thu, 6 Apr 2023 12:15:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680783355299220" MIME-Version: 1.0 Date: Thu, 6 Apr 2023 12:15:55 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/graphics/jbig2enc To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20230406121555.4EAE5FA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680783355299220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Apr 6 12:15:55 UTC 2023 Added Files: pkgsrc/graphics/jbig2enc: buildlink3.mk Log Message: Add b3.mk. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/jbig2enc/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680783355299220 Content-Disposition: inline Content-Length: 628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/graphics/jbig2enc/buildlink3.mk diff -u /dev/null pkgsrc/graphics/jbig2enc/buildlink3.mk:1.1 --- /dev/null Thu Apr 6 12:15:55 2023 +++ pkgsrc/graphics/jbig2enc/buildlink3.mk Thu Apr 6 12:15:55 2023 @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2023/04/06 12:15:55 joerg Exp $ + +BUILDLINK_TREE+= jbig2enc + +.if !defined(JBIG2ENC_BUILDLINK3_MK) +JBIG2ENC_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.jbig2enc+= jbig2enc>=0.29 +BUILDLINK_PKGSRCDIR.jbig2enc?= ../../graphics/jbig2enc + +.include "../../graphics/leptonica/buildlink3.mk" +.endif # JBIG2ENC_BUILDLINK3_MK + +BUILDLINK_TREE+= -jbig2enc --_----------=_1680783355299220--