diff options
Diffstat (limited to 'japanese/nhocr/Makefile')
-rw-r--r-- | japanese/nhocr/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/japanese/nhocr/Makefile b/japanese/nhocr/Makefile deleted file mode 100644 index 8d6bda9ebebb..000000000000 --- a/japanese/nhocr/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com> -# $FreeBSD$ - -PORTNAME= nhocr -PORTVERSION= 0.21 -CATEGORIES= japanese graphics -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= hiroto.kagotani@gmail.com -COMMENT= OCR engine for Japanese language - -LICENSE= APACHE20 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -BUILD_DEPENDS= ${LOCALBASE}/lib/libsip.a:graphics/O2-tools -LIB_DEPENDS= libfreetype.so:print/freetype2 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-O2tools=${LOCALBASE} --datadir=${DATADIR} - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/ocropus/scripts - ${INSTALL_DATA} ${WRKSRC}/ocropus/rec-nhocr-0.3.lua ${STAGEDIR}${PREFIX}/share/ocropus/scripts/rec-nhocr.lua - -.include <bsd.port.mk> |