mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
62a8ba9cf4
This category, to be described as "of interest to disabled users" is intended to make it simpler for users to find software which will let them overcome a handicap. For example, blind users may want to combine OCR and text-to-speech software so the computer can read books to them; users with diminished eyesight can use large fonts and "magnifiers"; paralyzed users may use speech recognition to compose text or give commands. PR: ports/39103 Submitted by: Trevor Johnson <trevor@jpj.net>
36 lines
1008 B
Makefile
36 lines
1008 B
Makefile
# New ports collection makefile for: claraocr
|
|
# Date created: 5 November 2001
|
|
# Whom: petef
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= claraocr
|
|
PORTVERSION= 0.9.9
|
|
PORTREVISION?= 1
|
|
CATEGORIES= graphics accessibility
|
|
MASTER_SITES= ftp://carroll.cac.psu.edu/pub/linux/distributions/mandrake-devel/projects/claraocr/ \
|
|
ftp://ftp.wtfo.com/pub/linux/Mandrake-devel/projects/claraocr/ \
|
|
ftp://gd.tuwien.ac.at/pub/linux/Mandrake-devel/projects/claraocr/ \
|
|
ftp://mandrake.redbox.cz/Mandrake-devel/projects/claraocr/ \
|
|
ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake-devel/projects/claraocr/
|
|
DISTNAME= clara-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Optical character recognition (OCR) utility
|
|
|
|
RUN_DEPENDS= pnmenlarge:${PORTSDIR}/graphics/netpbm
|
|
|
|
USE_XLIB= yes
|
|
USE_PERL5= yes
|
|
MAKE_ENV= MKDIR="${MKDIR}"
|
|
|
|
MAN1= clara-adv.1 clara-dev.1 clara.1
|
|
|
|
post-patch:
|
|
.for file in clara.pl mkdoc.pl selthresh.pl
|
|
@${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|g' ${WRKSRC}/${file}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|