summaryrefslogtreecommitdiffstats
path: root/accessibility/dasher/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
commit6ea8cdadd34fade98a807bf84429806612c65079 (patch)
treeb7f18e7e629139c395bf0080243a2218963d0301 /accessibility/dasher/Makefile
parent857bb773fe0bad1b58fa9c68ece3c326f60613e6 (diff)
downloadmarcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.gz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.bz2
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.lz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.xz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.zst
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.zip
Remove these ports now that they have been merged into the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r--accessibility/dasher/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile
deleted file mode 100644
index 8ada000f1..000000000
--- a/accessibility/dasher/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Ports collection Makefile for: dasher
-# Date created: 5 July 2003
-# Whom: lewiz <purple@lewiz.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dasher
-PORTVERSION= 3.2.15
-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 libgnomeui atspi \
- libwnck
-WANT_GNOME= yes
-USE_LIBTOOL_VER=15
-INSTALLS_OMF= yes
-USE_REINPLACE= yes
-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'
-
-.include <bsd.port.post.mk>