From 1438ec658341b25d06a2212a821f80cd014f9e70 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Tue, 27 Oct 2015 20:52:31 +0000 Subject: Update to version 1.4.1 PR: 203411 Submitted by: Walter Schwarzenfeld Approved by: maintainer --- textproc/pdfgrep/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'textproc/pdfgrep/Makefile') diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 3ae31edecc49..391e16ec7b14 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pdfgrep -PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTVERSION= 1.4.1 CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} +MASTER_SITES= https://pdfgrep.org/download/ MAINTAINER= michael@ranner.eu COMMENT= Tool to search text in PDF files @@ -15,9 +14,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= compiler:c++11-lib gmake pkgconfig CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" -PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz +PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz \ + share/bash-completion/completions/pdfgrep \ + share/zsh/site-functions/_pdfgrep .include -- cgit v1.2.3