From 4217f0724bbe9104e813cacd45e8add896c5c411 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 17 May 2006 04:10:34 +0000 Subject: Update to 4.1.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6277 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/dasher/Makefile | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 accessibility/dasher/Makefile (limited to 'accessibility/dasher/Makefile') diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile new file mode 100644 index 000000000..9fcaf1d84 --- /dev/null +++ b/accessibility/dasher/Makefile @@ -0,0 +1,48 @@ +# Ports collection Makefile for: dasher +# Date created: 5 July 2003 +# Whom: lewiz +# +# $FreeBSD: ports/accessibility/dasher/Makefile,v 1.30 2006/04/30 00:47:13 marcus Exp $ +# $MCom: ports/accessibility/dasher/Makefile,v 1.34 2006/04/13 07:52:29 bland Exp $ +# + +PORTNAME= dasher +PORTVERSION= 4.1.0 +PORTEPOCH= 1 +CATEGORIES= accessibility editors x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= lewiz@compsoc.man.ac.uk +COMMENT= Information efficient text-entry interface + +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ + libwnck +WANT_GNOME= yes +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +USE_GCC= 3.4+ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include + +.if ${HAVE_GNOME:Mgnomespeech}!="" +USE_GNOME+= gnomespeech +CONFIGURE_ARGS+=--enable-speech +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-O2||g' + +.include -- cgit