34d1c8a276
GNU Ocrad is an OCR (Optical Character Recognition) program based on a feature extraction method. It reads a bitmap image in pbm or pgm formats and produces text in byte (8-bit) or UTF-8 formats. Ocrad includes a layout analyser able to separate the columns or blocks of text normally found on printed pages.
21 lines
568 B
Makefile
21 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/10/16 20:17:49 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ocrad-0.13
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://ftp.gnu.org/gnu/ocrad/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/ocrad/ocrad.html
|
|
COMMENT= GNU OCR (Optical Character Recognition) program
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR:Q}
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${INFO_DIR:Q}
|
|
|
|
INFO_FILES= ocrad.info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|