ports/textproc/pdfgrep/Makefile

36 lines
683 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = tool to search text in PDF files
DISTNAME = pdfgrep-2.1.2
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = https://pdfgrep.org/
MAINTAINER = Reinhold Straub <demarchie@web.de>
# GPLv2+
PERMIT_PACKAGE = Yes
COMPILER = base-clang ports-gcc
# uses pledge()
WANTLIB += ${COMPILER_LIBCXX}
WANTLIB += c m pthread poppler-cpp pcre gcrypt gpg-error
2023-09-28 02:05:49 +00:00
SITES = https://pdfgrep.org/download/
2023-08-16 22:26:55 +00:00
LIB_DEPENDS = devel/pcre \
print/poppler \
security/libgcrypt
TEST_DEPENDS = devel/dejagnu \
print/texlive/base
CONFIGURE_ENV = LDFLAGS="-L${X11BASE}/lib"
CONFIGURE_STYLE = gnu
MAKE_FLAGS = CXX="${CXX}"
TEST_FLAGS = RUNTESTFLAGS="--all"
.include <bsd.port.mk>