summaryrefslogtreecommitdiffstats
path: root/accessibility/dasher/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-06 11:56:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-06 11:56:55 +0800
commit6f612f248a5c2582d543567e2ed20c91daac086d (patch)
treea439027971bf31af15838ab650c9a16d77d6c55c /accessibility/dasher/Makefile
parent0dc239527e93887d6c67448c7bf8c350445523eb (diff)
downloadmarcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.gz
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.bz2
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.lz
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.xz
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.zst
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.zip
Update to 3.2.18.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4735 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r--accessibility/dasher/Makefile60
1 files changed, 60 insertions, 0 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile
new file mode 100644
index 000000000..775655960
--- /dev/null
+++ b/accessibility/dasher/Makefile
@@ -0,0 +1,60 @@
+# Ports collection Makefile for: dasher
+# Date created: 5 July 2003
+# Whom: lewiz <purple@lewiz.net>
+#
+# $FreeBSD: ports/accessibility/dasher/Makefile,v 1.22 2005/08/28 17:22:13 mezz Exp $
+#
+
+PORTNAME= dasher
+PORTVERSION= 3.2.18
+PORTEPOCH= 1
+CATEGORIES= accessibility editors x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2
+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_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \
+ libwnck
+WANT_GNOME= yes
+USE_INC_LIBTOOL_VER=15
+INSTALLS_OMF= yes
+USE_REINPLACE= yes
+USE_GCC= 3.4+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= dasher.1
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mgnomespeech}!=""
+USE_GNOME+= gnomespeech
+.else
+CONFIGURE_ARGS+=--without-speech
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-O2||g'
+
+patch-autotools:
+ @(cd ${PATCH_WRKSRC}; \
+ for file in ${LIBTOOLFILES}; do \
+ ${CP} $$file $$file.tmp; \
+ ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
+ $$file.tmp > $$file; \
+ ${RM} $$file.tmp; \
+ done);
+
+
+.include <bsd.port.post.mk>