a36fb86593
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
21 lines
563 B
Makefile
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"
|