diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
commit | a6888a2a213b49d671bf658e58428d9a1d342f66 (patch) | |
tree | 73b4b8892d2a32df0f24d16b19046bc481baf971 /accessibility/dasher/Makefile | |
parent | a740241125f843ca61310f787f0eea0d5b40784f (diff) | |
download | marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile deleted file mode 100644 index 989c6dbb0..000000000 --- a/accessibility/dasher/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Ports collection Makefile for: dasher -# Date created: 5 July 2003 -# Whom: lewiz <purple@lewiz.net> -# -# $FreeBSD$ -# $MCom: ports/accessibility/dasher/Makefile,v 1.59 2007/10/15 22:05:41 mezz Exp $ -# - -PORTNAME= dasher -PORTVERSION= 4.7.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= rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ - libwnck gnomedocutils -WANT_GNOME= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -USE_GCC= 3.4+ -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= dasher.schemas -MAN1= dasher.1 - -.include <bsd.port.pre.mk> - -#.if ${HAVE_GNOME:Mgnomespeech}!="" -#USE_GNOME+= gnomespeech -#CONFIGURE_ARGS+=--enable-speech -#.endif -CONFIGURE_ARGS+= --disable-speech - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-O2||g' -.if ${OSVERSION} >= 700042 - @${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \ - ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp -.endif - -.include <bsd.port.post.mk> |