pkgsrc/graphics/claraocr/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

27 lines
936 B
Makefile

# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:46 jlam Exp $
#
DISTNAME= clara-0.9.9
PKGREVISION= 1
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= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.claraocr.org/
COMMENT= Optical Character Recognition (OCR) program for books
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
USE_TOOLS+= perl:run
REPLACE_PERL= clara.pl mkdoc.pl selthresh.pl
# install a example input file
post-install:
${INSTALL_DATA} ${WRKSRC}/imre.pbm ${PREFIX}/share/doc/clara
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"