2003-06-02 04:09:45 +00:00
|
|
|
# New ports collection makefile for: gocr
|
|
|
|
# Date created: 03 June 2002
|
|
|
|
# Whom: Kay Lehmann
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gocr
|
2004-03-24 22:35:56 +00:00
|
|
|
PORTVERSION= 0.39
|
2003-06-02 04:09:45 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= jocr
|
|
|
|
|
|
|
|
MAINTAINER= kay_lehmann@web.de
|
|
|
|
COMMENT= GOCR/JOCR is an OCR (Optical Character Recognition) program
|
|
|
|
|
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= gocr.1
|
|
|
|
|
2004-01-30 13:09:09 +00:00
|
|
|
PORTDOCS= examples.txt gocr.html unicode.txt
|
2003-06-02 04:09:45 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-01-30 13:09:09 +00:00
|
|
|
.for file in ${PORTDOCS}
|
2003-06-02 04:09:45 +00:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|