1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/pdfgrep/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
619 B
Makefile

# Created by: Michael Ranner <michael@ranner.eu>
# $FreeBSD$
PORTNAME= pdfgrep
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://pdfgrep.org/download/
MAINTAINER= michael@ranner.eu
COMMENT= Tool to search text in PDF files
LICENSE= GPLv2
LIB_DEPENDS= libpoppler.so:graphics/poppler
GNU_CONFIGURE= yes
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 \
share/bash-completion/completions/pdfgrep \
share/zsh/site-functions/_pdfgrep
.include <bsd.port.mk>