summaryrefslogtreecommitdiffstats
path: root/graphics/gocr/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-06-02 04:09:45 +0000
committerlioux <lioux@FreeBSD.org>2003-06-02 04:09:45 +0000
commitb58d151e0514ace37771ad892cb730da7f7d4f23 (patch)
tree05ff1e78781781c4edc2037495c71c49626ffd2e /graphics/gocr/Makefile
parent174ad3b9b6c67ed9d88f9a23bff2baeb6f1732ad (diff)
downloadFreeBSD-ports-b58d151e0514ace37771ad892cb730da7f7d4f23.zip
FreeBSD-ports-b58d151e0514ace37771ad892cb730da7f7d4f23.tar.gz
New port gocr version 0.37: GOCR/JOCR is an OCR (Optical Character
Recognition) program PR: 40789 Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'graphics/gocr/Makefile')
-rw-r--r--graphics/gocr/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile
new file mode 100644
index 0000000..4dd3621
--- /dev/null
+++ b/graphics/gocr/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gocr
+# Date created: 03 June 2002
+# Whom: Kay Lehmann
+#
+# $FreeBSD$
+#
+
+PORTNAME= gocr
+PORTVERSION= 0.37
+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
+
+DOC_FILES= examples.txt gocr.html unicode.txt
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in ${DOC_FILES}
+ @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud