2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2010/11/22 08:36:58 espie Exp $
|
2008-03-17 15:11:58 -04:00
|
|
|
|
|
|
|
COMMENT= assistive technology for people with visual impairments
|
|
|
|
|
|
|
|
GNOME_PROJECT= orca
|
2010-11-15 17:59:56 -05:00
|
|
|
GNOME_VERSION= 2.32.1
|
2010-08-30 17:53:59 -04:00
|
|
|
|
2008-03-17 15:11:58 -04:00
|
|
|
HOMEPAGE= http://live.gnome.org/Orca
|
|
|
|
|
2008-11-21 14:05:30 -05:00
|
|
|
# LGPLv2
|
2008-03-17 15:11:58 -04:00
|
|
|
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 \
|
2008-03-17 15:11:58 -04:00
|
|
|
x11/gnome
|
|
|
|
|
2008-11-21 14:05:30 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= x11/gnome/py-gnome \
|
|
|
|
x11/gnome/mag \
|
|
|
|
x11/gnome/speech \
|
|
|
|
x11/dbus-python \
|
|
|
|
devel/gettext \
|
|
|
|
devel/py-xdg
|
2008-03-17 15:11:58 -04:00
|
|
|
|
|
|
|
DESKTOP_FILES= Yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2009-04-26 07:01:04 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2010-11-22 03:36:47 -05:00
|
|
|
USE_GROFF = Yes
|
2008-03-17 15:11:58 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|