summaryrefslogtreecommitdiffstats
path: root/accessibility/orca/Makefile
blob: 28038106cb12b9bfc5975af6d82afe7d81b8f577 (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
# New ports collection makefile for:    orca
# Date created:             25 Jul 2006
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/accessibility/orca/Makefile,v 1.1 2006/07/25 04:17:36 marcus Exp $
#

PORTNAME=   orca
PORTVERSION=    0.2.8
CATEGORIES= accessibility x11 gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR=    gnome2

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

LIB_DEPENDS=    gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag

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

.include <bsd.port.mk>