summaryrefslogtreecommitdiffstats
path: root/accessibility/dasher/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-10 03:34:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-10 03:34:37 +0800
commit2456a7c854fbfe8a5751cd5e6520246411f089f9 (patch)
treeec2fe9a98316acf7b3970ae5a579bedb72484f31 /accessibility/dasher/Makefile
parent38df5f00793f90975f80a9b44787aba12ecef7b0 (diff)
downloadmarcuscom-ports-2456a7c854fbfe8a5751cd5e6520246411f089f9.tar
marcuscom-ports-2456a7c854fbfe8a5751cd5e6520246411f089f9.tar.gz
marcuscom-ports-2456a7c854fbfe8a5751cd5e6520246411f089f9.tar.bz2
marcuscom-ports-2456a7c854fbfe8a5751cd5e6520246411f089f9.tar.lz
marcuscom-ports-2456a7c854fbfe8a5751cd5e6520246411f089f9.tar.xz
marcuscom-ports-2456a7c854fbfe8a5751cd5e6520246411f089f9.tar.zst
marcuscom-ports-2456a7c854fbfe8a5751cd5e6520246411f089f9.zip
Add dasher, and update to 3.2.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2006 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r--accessibility/dasher/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile
new file mode 100644
index 000000000..83f99db7b
--- /dev/null
+++ b/accessibility/dasher/Makefile
@@ -0,0 +1,37 @@
+# Ports collection Makefile for: dasher
+# Date created: 5 July 2003
+# Whom: lewiz <purple@lewiz.net>
+#
+# $FreeBSD: ports/accessibility/dasher/Makefile,v 1.11 2004/03/04 05:56:44 marcus Exp $
+#
+
+PORTNAME= dasher
+PORTVERSION= 3.2.5
+CATEGORIES= accessibility editors x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2
+DIST_SUBDIR= gnome2
+
+MAINTAINER= purple@lewiz.net
+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 gconf2 libglade2
+USE_LIBTOOL= yes
+USE_REINPLACE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= dasher.1
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-O2||g'
+
+.include <bsd.port.mk>