# $Id: Portfile 33297 2008-01-23 09:32:47Z ryandesign@macports.org $ PortSystem 1.0 name gocr version 0.44 categories graphics platforms darwin maintainers nomaintainer description Optical Character Recognition, converts images back to text long_description GOCR is an OCR (Optical Character Recognition) program. It \ converts scanned images of text back to text files. homepage http://jocr.sourceforge.net/ master_sites sourceforge:jocr checksums md5 8657cb057d7836ed171b5705d5e082c8 depends_build lib:libnetpbm:netpbm configure.args --mandir=/share/man destroot.destdir DESTDIR=${destroot}${prefix} post-destroot { xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 -W ${worksrcpath} README REMARK.txt AUTHORS CREDITS HISTORY BUGS TODO ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name} } livecheck.name jocr livecheck.distname gocr