diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-16 20:17:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-16 20:17:49 +0000 |
commit | 34d1c8a2766eed596b9d8053777aabc44f99c010 (patch) | |
tree | 14e27b3c7b81e7133e9de1bf21f1dd704026fb98 /graphics/ocrad/Makefile | |
parent | 05ea9be06f6a73dd326aa7d1f27b6472394d91b0 (diff) | |
download | pkgsrc-34d1c8a2766eed596b9d8053777aabc44f99c010.tar.gz |
Initial import of ocrad-0.13:
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.
Diffstat (limited to 'graphics/ocrad/Makefile')
-rw-r--r-- | graphics/ocrad/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile new file mode 100644 index 00000000000..b20c6f6fe46 --- /dev/null +++ b/graphics/ocrad/Makefile @@ -0,0 +1,21 @@ +# $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" |