2013-05-19 16:34:47 +02:00
|
|
|
# Created by: Michael Ranner <michael@ranner.eu>
|
2010-12-15 09:14:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pdfgrep
|
2013-05-19 16:34:47 +02:00
|
|
|
PORTVERSION= 1.3.0
|
2013-12-27 17:54:21 +01:00
|
|
|
PORTREVISION= 1
|
2010-12-15 09:14:48 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= michael@ranner.eu
|
2014-06-07 17:53:49 +02:00
|
|
|
COMMENT= Tool to search text in PDF files
|
2010-12-15 09:14:48 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2013-05-19 16:34:47 +02:00
|
|
|
|
2013-12-27 17:54:21 +01:00
|
|
|
LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler
|
2010-12-15 09:14:48 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-09-02 22:02:01 +02:00
|
|
|
USES= gmake pkgconfig
|
2010-12-15 09:14:48 +01:00
|
|
|
CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
|
|
|
|
|
2014-06-07 17:53:49 +02:00
|
|
|
PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz
|
2010-12-15 09:14:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|