freebsd-ports/textproc/pdfsandwich/Makefile
Yuri Victorovich c11d69b302 textproc/pdfsandwich: Correction of MASTER_SITES
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
2017-12-31 20:33:08 +00:00

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>