freebsd-ports/textproc/pdfgrep/Makefile
Koop Mast 757724fd75 Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2015-08-02 16:06:16 +00:00

23 lines
528 B
Makefile

# Created by: Michael Ranner <michael@ranner.eu>
# $FreeBSD$
PORTNAME= pdfgrep
PORTVERSION= 1.3.0
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= michael@ranner.eu
COMMENT= Tool to search text in PDF files
LICENSE= GPLv2
LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler
GNU_CONFIGURE= yes
USES= gmake pkgconfig
CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz
.include <bsd.port.mk>