Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= pdfgrep |
4 |
PORTNAME= pdfgrep |
5 |
PORTVERSION= 1.3.0 |
5 |
PORTVERSION= 1.4.1 |
6 |
PORTREVISION= 4 |
|
|
7 |
CATEGORIES= textproc |
6 |
CATEGORIES= textproc |
8 |
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
7 |
MASTER_SITES= https://pdfgrep.org/download/ |
9 |
|
8 |
|
10 |
MAINTAINER= michael@ranner.eu |
9 |
MAINTAINER= michael@ranner.eu |
11 |
COMMENT= Tool to search text in PDF files |
10 |
COMMENT= Tool to search text in PDF files |
Lines 12-23
Link Here
|
12 |
|
11 |
|
13 |
LICENSE= GPLv2 |
12 |
LICENSE= GPLv2 |
14 |
|
13 |
|
15 |
LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler |
14 |
LIB_DEPENDS= libpoppler.so:graphics/poppler |
16 |
|
15 |
|
17 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
18 |
USES= gmake pkgconfig |
17 |
USES= gmake pkgconfig |
19 |
CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" |
18 |
CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" |
20 |
|
19 |
|
|
|
20 |
.include <bsd.port.options.mk> |
21 |
.if ${OSVERSION} < 1000000 |
22 |
USE_GCC= 4.8+ |
23 |
.endif |
24 |
|
21 |
PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz |
25 |
PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz |
22 |
|
26 |
|
23 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |