File:  [cvs.NetBSD.org] / pkgsrc / textproc / pdfgrep / Makefile
Revision 1.75: download - view: text, annotated - select for diffs
Tue Oct 15 16:15:36 2024 UTC (4 months ago) by adam
Branches: MAIN
CVS tags: HEAD
revbump for poppler

# $NetBSD: Makefile,v 1.75 2024/10/15 16:15:36 adam Exp $

DISTNAME=	pdfgrep-2.1.2
PKGREVISION=	29
CATEGORIES=	textproc
MASTER_SITES=	https://pdfgrep.org/download/

MAINTAINER=	ryoon@NetBSD.org
HOMEPAGE=	https://pdfgrep.org/
COMMENT=	Pdfgrep is a tool to search text in PDF files
LICENSE=	gnu-gpl-v2

GNU_CONFIGURE=	yes
USE_LANGUAGES=	c++ c
USE_TOOLS+=	gmake pkg-config

.include "../../devel/pcre/buildlink3.mk"
.include "../../print/poppler-includes/buildlink3.mk"
.include "../../print/poppler-cpp/buildlink3.mk"
.include "../../print/poppler/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>