2006-10-14 10:35:50 +02:00
|
|
|
# New ports collection makefile for: orca
|
|
|
|
# Date created: 25 Jul 2006
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2008-03-24 04:52:36 +01:00
|
|
|
# $MCom: ports/accessibility/orca/Makefile,v 1.42 2008/03/10 00:56:17 mezz Exp $
|
2006-10-14 10:35:50 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= orca
|
2008-07-01 04:24:43 +02:00
|
|
|
PORTVERSION= 2.22.3
|
2007-10-25 01:37:25 +02:00
|
|
|
CATEGORIES= accessibility gnome
|
2008-03-24 04:52:36 +01:00
|
|
|
MASTER_SITES= GNOME
|
2006-10-14 10:35:50 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Scriptable screen reader
|
|
|
|
|
|
|
|
LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag
|
|
|
|
|
2006-10-14 11:23:30 +02:00
|
|
|
LATEST_LINK= gnome-orca
|
|
|
|
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
MAN1= orca.1
|
|
|
|
|
2007-03-25 07:12:50 +02:00
|
|
|
post-patch:
|
2007-10-25 01:37:25 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
2007-03-25 07:12:50 +02:00
|
|
|
${WRKSRC}/src/orca/orca.in
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
|
|
${WRKSRC}/src/orca/orca_i18n.py
|
|
|
|
|
2006-10-14 10:35:50 +02:00
|
|
|
.include <bsd.port.mk>
|