mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
fe0279a626
While here, trim the Makefile headers, remove an unnecessary LICENSE_FILE header (GPLv2 is a standard license we already have in our templates) and move the LICENSE entry to the right place in the Makefile. PR: ports/177503 [1] Submitted by: Armin Gruner <ag-freebsd@muc.de> Approved by: maintainer timeout (50 days)
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# Created by: Michael Ranner <michael@ranner.eu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdfgrep
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= michael@ranner.eu
|
|
COMMENT= A tool to search text in PDF files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
|
|
|
|
PLIST_FILES= bin/pdfgrep
|
|
MAN1= pdfgrep.1
|
|
|
|
.include <bsd.port.mk>
|