2004-01-03 07:24:22 +00:00
|
|
|
# Ports collection Makefile for: dasher
|
|
|
|
# Date created: 5 July 2003
|
|
|
|
# Whom: lewiz <purple@lewiz.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 05:22:13 +00:00
|
|
|
# $MCom: ports/accessibility/dasher/Makefile,v 1.64 2008/06/06 21:38:44 marcus Exp $
|
2004-01-03 07:24:22 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dasher
|
2009-01-10 05:22:13 +00:00
|
|
|
PORTVERSION= 4.9.0
|
2008-06-06 12:59:53 +00:00
|
|
|
PORTREVISION= 1
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
PORTEPOCH= 2
|
2004-01-22 08:56:43 +00:00
|
|
|
CATEGORIES= accessibility editors x11 gnome
|
2009-02-02 01:36:16 +00:00
|
|
|
MASTER_SITES= GNOME
|
2004-01-03 07:24:22 +00:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2005-04-08 03:41:18 +00:00
|
|
|
MAINTAINER= lewiz@compsoc.man.ac.uk
|
2004-01-03 07:24:22 +00:00
|
|
|
COMMENT= Information efficient text-entry interface
|
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
|
|
|
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
2004-03-04 05:56:44 +00:00
|
|
|
|
2004-01-03 08:17:19 +00:00
|
|
|
USE_BZIP2= yes
|
2006-04-30 00:47:21 +00:00
|
|
|
USE_GETTEXT= yes
|
2004-01-03 07:24:22 +00:00
|
|
|
USE_GMAKE= yes
|
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 10:39:38 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \
|
2006-10-14 08:35:50 +00:00
|
|
|
libwnck gnomedocutils
|
2004-05-02 17:13:42 +00:00
|
|
|
WANT_GNOME= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-04-30 00:47:21 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2006-10-14 08:35:50 +00:00
|
|
|
INSTALLS_OMF= yes
|
2004-01-03 08:17:19 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-01-03 07:24:22 +00:00
|
|
|
|
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 05:14:07 +00:00
|
|
|
GCONF_SCHEMAS= dasher.schemas
|
2004-01-03 07:24:22 +00:00
|
|
|
MAN1= dasher.1
|
|
|
|
|
2004-05-02 17:13:42 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
#.if ${HAVE_GNOME:Mgnomespeech}!=""
|
|
|
|
#USE_GNOME+= gnomespeech
|
|
|
|
#CONFIGURE_ARGS+=--enable-speech
|
|
|
|
#.endif
|
|
|
|
CONFIGURE_ARGS+= --disable-speech
|
2004-05-02 17:13:42 +00:00
|
|
|
|
2004-01-03 08:17:19 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|-O2||g'
|
2007-10-24 23:37:25 +00:00
|
|
|
.if ${OSVERSION} >= 700042
|
|
|
|
@${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \
|
|
|
|
${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp
|
|
|
|
.endif
|
2004-01-03 08:17:19 +00:00
|
|
|
|
2004-05-02 17:13:42 +00:00
|
|
|
.include <bsd.port.post.mk>
|