mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
d2f834ba51
Bump after rupdate in 478df79a30
32 lines
793 B
Makefile
32 lines
793 B
Makefile
PORTNAME= pdfgrep
|
|
PORTVERSION= 2.1.1
|
|
PORTREVISION= 51
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://pdfgrep.org/download/
|
|
|
|
MAINTAINER= michael@ranner.eu
|
|
COMMENT= Tool to search text in PDF files
|
|
WWW= https://pdfgrep.org
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
|
libpoppler.so:graphics/poppler \
|
|
libgpg-error.so:security/libgpg-error
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USES= compiler:c11 pkgconfig
|
|
|
|
PLIST_FILES= bin/pdfgrep share/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>
|