39 lines
754 B
Makefile
Raw Normal View History

2011-09-12 07:28:52 +00:00
# $OpenBSD: Makefile,v 1.28 2011/09/12 07:28:54 jasper Exp $
2011-09-12 07:28:52 +00:00
COMMENT= assistive screen reader
GNOME_PROJECT= orca
2011-09-12 07:28:52 +00:00
GNOME_VERSION= 3.1.4
2010-08-30 21:53:59 +00:00
2011-09-12 07:28:52 +00:00
EXTRACT_SUFX= .tar.xz
2011-04-21 09:44:29 +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
BUILD_DEPENDS= ${RUN_DEPENDS}
2011-09-12 07:28:52 +00:00
RUN_DEPENDS= x11/gnome/py-atspi \
x11/py-gtk2 \
devel/py-xdg \
x11/dbus-python
DESKTOP_FILES= Yes
2011-09-12 07:28:52 +00:00
MODGNOME_HELP_FILES= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
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>