bebf3178ae
EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
28 lines
807 B
Makefile
28 lines
807 B
Makefile
# 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>
|