pkgsrc/textproc/pdfgrep/Makefile

23 lines
545 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2011/11/01 06:02:38 sbd Exp $
#
DISTNAME= pdfgrep-1.2
PKGREVISION= 1
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"