summaryrefslogtreecommitdiffstats
path: root/accessibility/orca/Makefile
blob: 6397b0b22b76ee65129712a4b56e7e7ce6efd212 (plain) (blame)
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
# New ports collection makefile for:    orca
# Date created:             25 Jul 2006
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom$
#

PORTNAME=   orca
PORTVERSION=    2.29.4
CATEGORIES= accessibility gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Scriptable screen reader

BUILD_DEPENDS=  ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus
LIB_DEPENDS=    gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag
RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus

LATEST_LINK=    gnome-orca

USE_BZIP2=  yes
USE_GETTEXT=    yes
USE_PYTHON= yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2 \
        pygnomedesktop
INSTALLS_ICONS= yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       orca.1

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
        ${WRKSRC}/src/orca/orca.in
    @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
            ${WRKSRC}/src/orca/orca_i18n.py

.include <bsd.port.mk>