22 lines
592 B
Makefile
22 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.27 2016/11/08 10:51:30 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pdfgrep-1.4.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 "../../mk/bsd.pkg.mk"
|