openbsd-ports/x11/gnome/orca/Makefile

38 lines
753 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.31 2011/09/19 07:44:59 ajacoutot Exp $
2011-09-12 03:28:52 -04:00
COMMENT= assistive screen reader
GNOME_PROJECT= orca
2011-09-12 03:28:52 -04:00
GNOME_VERSION= 3.1.4
2011-09-16 08:29:12 -04: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
BUILD_DEPENDS= ${RUN_DEPENDS}
2011-09-12 03:28:52 -04:00
RUN_DEPENDS= x11/gnome/py-atspi \
x11/py-gtk2 \
devel/py-xdg \
x11/dbus-python
MODGNOME_DESKTOP_FILE= Yes
2011-09-12 03:28:52 -04:00
MODGNOME_HELP_FILES= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
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>