summaryrefslogtreecommitdiff
path: root/graphics/tesseract
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-29 10:16:20 +0000
committeradam <adam@pkgsrc.org>2018-04-29 10:16:20 +0000
commite357e8ab3a8e3e8932f1113cb66723f63ce4434f (patch)
tree76b1c8596593fe1c22bb0109ff71046b8d242473 /graphics/tesseract
parent4552ca171c55efe6fbd6d4ceb462b693e6b7a86b (diff)
downloadpkgsrc-e357e8ab3a8e3e8932f1113cb66723f63ce4434f.tar.gz
tesseract: added buildlink3; fixed COMMENT and HOMEPAGE
Diffstat (limited to 'graphics/tesseract')
-rw-r--r--graphics/tesseract/Makefile6
-rw-r--r--graphics/tesseract/buildlink3.mk14
2 files changed, 17 insertions, 3 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index 47f3effd25f..1c55ed8eaba 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2018/04/16 14:34:41 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2018/04/29 10:16:20 adam Exp $
DISTNAME= tesseract-3.05.01
PKGREVISION= 6
@@ -7,8 +7,8 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=tesseract-ocr/}
DISTFILES= ${DEFAULT_DISTFILES}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://github.com/tesseract-ocr/tesseract/
-COMMENT= Tesseract Open Source OCR Engine
+HOMEPAGE= https://github.com/tesseract-ocr/tesseract
+COMMENT= Open Source OCR Engine
LICENSE= apache-2.0
LANGVER= 4.00
diff --git a/graphics/tesseract/buildlink3.mk b/graphics/tesseract/buildlink3.mk
new file mode 100644
index 00000000000..af1b11af2dd
--- /dev/null
+++ b/graphics/tesseract/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/04/29 10:16:20 adam Exp $
+
+BUILDLINK_TREE+= tesseract
+
+.if !defined(TESSERACT_BUILDLINK3_MK)
+TESSERACT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.tesseract+= tesseract>=3.05.01nb6
+BUILDLINK_PKGSRCDIR.tesseract?= ../../graphics/tesseract
+
+.include "../../graphics/leptonica/buildlink3.mk"
+.endif # TESSERACT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -tesseract