Tobias C. Berner b316a92062 Bump revisions after poppler upgrade.
As reported libreoffice requires a bump in revision, to be on the save
side, bump all the consumers of poppler.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2019-02-11 19:44:51 +00:00

35 lines
872 B
Makefile

# Created by: Michael Ranner <michael@ranner.eu>
# $FreeBSD$
PORTNAME= pdfgrep
PORTVERSION= 2.1.1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= https://pdfgrep.org/download/
MAINTAINER= michael@ranner.eu
COMMENT= Tool to search text in PDF files
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libpoppler.so:graphics/poppler \
libgpg-error.so:security/libgpg-error
BROKEN_powerpc64= fails to link: pdfgrep.cc: undefined reference to poppler::set_debug_error_function
GNU_CONFIGURE= yes
USES= pkgconfig
PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz \
share/bash-completion/completions/pdfgrep \
share/zsh/site-functions/_pdfgrep
OPTIONS_DEFINE= LIBPCRE
LIBPCRE_DESC= Enable Perl compatable expressions
LIBPCRE_LIB_DEPENDS= libpcre.so:devel/pcre
LIBPCRE_CONFIGURE_WITH= libpcre
.include <bsd.port.mk>