summaryrefslogtreecommitdiff
path: root/graphics/tesseract/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2007-07-28 01:02:14 +0000
committerwiz <wiz>2007-07-28 01:02:14 +0000
commit1813b1563005c198e7b448ac203fab03dcd6012d (patch)
tree578f301359742d6c168a2177020876c2ffd2fbd1 /graphics/tesseract/Makefile
parent52ed3ae86e18ca395a37c9436e2e1ae435c06c71 (diff)
downloadpkgsrc-1813b1563005c198e7b448ac203fab03dcd6012d.tar.gz
Update to 2.00, provided by Rumko on pkgsrc-users.
July 02 2007 - V2.00 Converted internal character handling to UTF8. Trained with 6 languages. Added unicharset_extractor, wordlist2dawg. Added boxfile creation mode. Added UNLV regression test capability. Fixed problems with copyright and registered symbols. Fixed extern "C" declarations problem.
Diffstat (limited to 'graphics/tesseract/Makefile')
-rw-r--r--graphics/tesseract/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index 3102c7a1479..2528accfd84 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/05/18 06:39:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/28 01:02:14 wiz Exp $
#
-DISTNAME= tesseract-1.04b
+DISTNAME= tesseract-2.00
CATEGORIES= graphics
MASTER_SITES= http://tesseract-ocr.googlecode.com/files/
@@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT=user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
-WRKSRC= ${WRKDIR}/tesseract-1.04
post-build:
${SED} -e "s,@PREFIX@,${PREFIX}," ${FILESDIR}/tesseract.sh \