pkgsrc/graphics/claraocr/Makefile
wiz 848a96d7cd Update to 0.9.9:
- Grayscale native support (PGM format), plus four binarization methods.
- Internal preprocessor including deskewing, balancing, thresholding and
  interpolation (by Giulio Lunati).
- Various new features: border path computing, barcode search,
  detection of extremities, PAGE only mode, the flea, the spyhole,
  instant threshold, per-depth optimized X code, etc.
- Documentation updated (but not finished). Glossary added.
- Many bugfixes and interface enhancements.
2002-05-04 23:45:42 +00:00

27 lines
942 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/05/04 23:45:42 wiz Exp $
#
DISTNAME= clara-0.9.9
CATEGORIES= graphics textproc
MASTER_SITES= ftp://carroll.cac.psu.edu/pub/linux/distributions/mandrake-devel/projects/claraocr/ \
ftp://ftp.wtfo.com/pub/linux/Mandrake-devel/projects/claraocr/ \
ftp://gd.tuwien.ac.at/pub/linux/Mandrake-devel/projects/claraocr/ \
ftp://mandrake.redbox.cz/Mandrake-devel/projects/claraocr/ \
ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake-devel/projects/claraocr/
MAINTAINER= Benjamin.Wong@cc.gatech.edu
HOMEPAGE= http://www.claraocr.org/
COMMENT= Optical Character Recognition (OCR) program for books
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
USE_PERL5= YES
REPLACE_PERL= clara.pl mkdoc.pl selthresh.pl
USE_BUILDLINK_ONLY= YES
# install a example input file
post-install:
${INSTALL_DATA} ${WRKSRC}/imre.pbm ${PREFIX}/share/doc/clara
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"