964bedc046
note: script detailed in `man revbump` insisted on bumping pkgrevision of print/poppler, it's probably wrong, but not committing this change is wronger.
23 lines
643 B
Makefile
23 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.34 2017/12/08 08:52:59 maya Exp $
|
|
#
|
|
|
|
DISTNAME= pdfgrep-2.0.1
|
|
PKGREVISION= 4
|
|
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"
|