c11d69b302
Previous commit, sadly, had a wrong SF MASTER_SITES URL. Now this is corrected. :-) PR: 221737 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13708
25 lines
543 B
Makefile
25 lines
543 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pdfsandwich
|
|
DISTVERSION= 0.1.6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Command line tool generating "sandwich" OCR pdf files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= gawk:lang/gawk \
|
|
ocamlopt:lang/ocaml
|
|
RUN_DEPENDS= convert:graphics/ImageMagick \
|
|
tesseract:graphics/tesseract \
|
|
unpaper:graphics/unpaper
|
|
|
|
USES= gmake ghostscript:run tar:bz2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/pdfsandwich \
|
|
man/man1/pdfsandwich.1.gz
|
|
|
|
.include <bsd.port.mk>
|