39 lines
754 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.37 2011/10/20 11:32:38 ajacoutot Exp $
2011-09-12 07:28:52 +00:00
COMMENT= assistive screen reader
GNOME_PROJECT= orca
2011-10-18 07:57:18 +00:00
GNOME_VERSION= 3.2.1
REVISION= 0
2010-08-30 21:53:59 +00: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 08:37:40 +00:00
MODULES= lang/python \
x11/gnome
2011-09-27 16:03:56 +00:00
BUILD_DEPENDS= ${RUN_DEPENDS} \
x11/gtk+3
2011-09-27 12:52:11 +00:00
RUN_DEPENDS= x11/gnome/py-atspi>=2.2.0 \
2011-09-12 07:28:52 +00:00
devel/py-xdg \
x11/dbus-python \
audio/speech-dispatcher \
devel/liblouis
2011-09-27 12:52:11 +00:00
MODGNOME_DESKTOP_FILE= Yes
2011-09-20 20:52:45 +00:00
MODGNOME_TOOLS= yelp
CONFIGURE_ENV= DATADIRNAME=share
2011-09-12 07:28:52 +00:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/orca/
2011-04-21 09:44:29 +00:00
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/orca/espeechfactory.py
.include <bsd.port.mk>