2011-11-01 07:00:33 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2011/11/01 06:02:38 sbd Exp $
|
2011-10-29 00:00:13 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= pdfgrep-1.2
|
2011-11-01 07:00:33 +01:00
|
|
|
PKGREVISION= 1
|
2011-10-29 00:00:13 +02:00
|
|
|
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
|
|
|
|
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= c++ c
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
|
|
|
.include "../../print/poppler-includes/buildlink3.mk"
|
|
|
|
.include "../../print/poppler/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|