2001-11-06 07:45:38 +00:00
|
|
|
# New ports collection makefile for: claraocr
|
|
|
|
# Date created: 5 November 2001
|
|
|
|
# Whom: petef
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= claraocr
|
2002-05-14 21:33:56 +00:00
|
|
|
PORTVERSION= 0.9.9
|
2003-07-16 08:07:24 +00:00
|
|
|
PORTREVISION?= 1
|
2003-10-04 01:34:47 +00:00
|
|
|
CATEGORIES= graphics accessibility
|
2003-10-28 07:38:03 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_NETBSD}
|
2001-11-06 07:45:38 +00:00
|
|
|
DISTNAME= clara-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:08:19 +00:00
|
|
|
COMMENT= Optical character recognition (OCR) utility
|
2001-11-06 07:45:38 +00:00
|
|
|
|
2003-07-15 14:13:49 +00:00
|
|
|
RUN_DEPENDS= pnmenlarge:${PORTSDIR}/graphics/netpbm
|
|
|
|
|
2001-12-08 20:34:59 +00:00
|
|
|
USE_XLIB= yes
|
2001-11-06 07:45:38 +00:00
|
|
|
USE_PERL5= yes
|
2001-12-08 20:34:59 +00:00
|
|
|
MAKE_ENV= MKDIR="${MKDIR}"
|
2001-11-06 07:45:38 +00:00
|
|
|
|
|
|
|
MAN1= clara-adv.1 clara-dev.1 clara.1
|
|
|
|
|
|
|
|
post-patch:
|
2002-05-14 21:33:56 +00:00
|
|
|
.for file in clara.pl mkdoc.pl selthresh.pl
|
|
|
|
@${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|g' ${WRKSRC}/${file}
|
|
|
|
.endfor
|
2001-11-06 07:45:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|