freebsd-ports/graphics/claraocr/Makefile

32 lines
663 B
Makefile
Raw Normal View History

# New ports collection makefile for: claraocr
# Date created: 5 November 2001
# Whom: petef
#
# $FreeBSD$
#
PORTNAME= claraocr
PORTVERSION= 0.9.9
PORTREVISION?= 3
CATEGORIES= graphics accessibility
MASTER_SITES= ${MASTER_SITE_NETBSD}
DISTNAME= clara-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Optical character recognition (OCR) utility
RUN_DEPENDS= pnmenlarge:${PORTSDIR}/graphics/netpbm
USE_XORG= x11
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>