# $Id: Portfile 63200 2010-01-29 10:00:08Z mww@macports.org $

PortSystem 1.0

name			ocrad
version			0.19
categories		graphics
platforms		darwin
maintainers		mww
description		ocrad is an optical character recognition program
long_description	GNU Ocrad is an OCR (Optical Character Recognition) \
				program implemented as a filter and based on a feature \
				extraction method. It reads a bitmap image in pbm \
				format and produces text in byte (8-bit) or UTF-8 \
				formats.

homepage		http://www.gnu.org/software/ocrad/ocrad.html
master_sites	gnu
checksums           md5     e14dd0bd1fcab4fe9e6928f0f0de2751 \
                    sha1    af8e190ca59f3376976fa7d953021c6bb6b68422 \
                    rmd160  c13735aa80db28df7c3ba4081d2456a123843370

configure.args		CC=${configure.cc} CXX=${configure.cxx} CPPFLAGS=${configure.cppflags} CFLAGS=${configure.cflags} CXXFLAGS=${configure.cxxflags} LDFLAGS=${configure.ldflags}

test.run		yes
test.target		check

destroot.target	install install-man

