openbsd-ports/x11/gnome/orca/Makefile

33 lines
667 B
Makefile
Raw Normal View History

2010-01-04 03:37:40 -05:00
# $OpenBSD: Makefile,v 1.15 2010/01/04 08:37:40 ajacoutot Exp $
COMMENT= assistive technology for people with visual impairments
2010-01-04 03:37:40 -05:00
GNOME_VERSION= 2.28.3
GNOME_PROJECT= orca
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}
RUN_DEPENDS= ::x11/gnome/py-gnome \
::x11/gnome/mag \
2009-03-19 08:04:39 -04:00
::x11/gnome/speech \
2010-01-04 03:37:40 -05:00
::x11/dbus-python \
::devel/gettext
USE_X11= Yes
DESKTOP_FILES= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>