openbsd-ports/x11/gnome/orca/Makefile

42 lines
855 B
Makefile
Raw Normal View History

2011-12-03 17:17:15 -05:00
# $OpenBSD: Makefile,v 1.40 2011/12/03 22:17:16 ajacoutot Exp $
2011-10-20 08:31:26 -04:00
# XXX could use brltty and brlapi (with python bindinds) -- not ported yet
2011-09-12 03:28:52 -04:00
COMMENT= assistive screen reader
GNOME_PROJECT= orca
2011-11-14 17:33:34 -05:00
GNOME_VERSION= 3.2.2
2011-12-03 17:17:15 -05:00
REVISION= 0
2010-08-30 17:53:59 -04:00
HOMEPAGE= http://live.gnome.org/Orca
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-01-04 03:37:40 -05:00
MODULES= lang/python \
x11/gnome
2011-09-27 12:03:56 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS} \
x11/gtk+3
2011-09-27 08:52:11 -04:00
RUN_DEPENDS= x11/gnome/py-atspi>=2.2.0 \
2011-09-12 03:28:52 -04:00
devel/py-xdg \
x11/dbus-python \
audio/speech-dispatcher \
devel/liblouis
2011-09-27 08:52:11 -04:00
MODGNOME_DESKTOP_FILE= Yes
2011-12-03 17:17:15 -05:00
MODGNOME_ICON_CACHE= Yes
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= yelp
CONFIGURE_ENV= DATADIRNAME=share
2011-09-12 03:28:52 -04:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/orca/
2011-04-21 05:44:29 -04:00
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/orca/espeechfactory.py
.include <bsd.port.mk>