freebsd-ports/textproc/pdfgrep/Makefile
Koop Mast a829062c83 Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:	pav for a exp-runs
		bapt for double checking the libreoffice ports
2011-10-31 09:53:19 +00:00

30 lines
706 B
Makefile

# New ports collection makefile for: pdfgrep
# Date created: 2010-11-28
# Whom: Michael Ranner <michael@ranner.eu>
#
# $FreeBSD$
#
PORTNAME= pdfgrep
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= michael@ranner.eu
COMMENT= A tool to search text in PDF files
LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
PLIST_FILES= bin/pdfgrep
MAN1= pdfgrep.1
.include <bsd.port.mk>