pkgsrc/textproc/pdfgrep/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

21 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/06/04 22:17:10 tron Exp $
#
DISTNAME= pdfgrep-1.3.0
PKGREVISION= 7
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfgrep/}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://pdfgrep.sourceforge.net/
COMMENT= Pdfgrep is a tool to search text in PDF files
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c++ c
USE_TOOLS+= pkg-config
.include "../../print/poppler-includes/buildlink3.mk"
.include "../../print/poppler-cpp/buildlink3.mk"
.include "../../print/poppler/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"