summaryrefslogtreecommitdiff
path: root/graphics/ocrfeeder/Makefile
blob: f8928f9e3f80331aee6a520ab446ca2fcd6e7fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Created by: buganini@gmail.com
# $FreeBSD$

PORTNAME=	ocrfeeder
PORTVERSION=	0.8.1
CATEGORIES=	graphics
MASTER_SITES=	GNOME

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Document layout analysis and optical character recognition

LICENSE=	GPLv3

BUILD_DEPENDS=	goocanvas2>0:${PORTSDIR}/graphics/goocanvas2 \
		${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
		${PYTHON_PKGNAMEPREFIX}sane>0:${PORTSDIR}/graphics/py-sane \
		${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2 \
		${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant
RUN_DEPENDS:=	${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
		unpaper:${PORTSDIR}/graphics/unpaper \
		iso-codes>0:${PORTSDIR}/misc/iso-codes \
		gtkspell3>0:${PORTSDIR}/textproc/gtkspell3 \
		${BUILD_DEPENDS}

NO_ARCH=	yes

USES=		desktop-file-utils gettext ghostscript gmake pkgconfig \
		python tar:xz
USE_GNOME=	gnomedocutils gtk30 intltool librsvg2 pygobject3
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-silent-rules

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

post-patch:
	@${REINPLACE_CMD} -e \
		's|"gobject|"gi|' \
		${WRKSRC}/configure
	@${REINPLACE_CMD} -e \
		'/Gdk.threads_init/s|^|#|' \
		${WRKSRC}/src/ocrfeeder/studio/studioBuilder.py
	@${REINPLACE_CMD} -e \
		's|/usr/share|${LOCALBASE}/share|' \
		${WRKSRC}/src/ocrfeeder/util/constants.py.in

.include <bsd.port.mk>