diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 20:15:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 20:15:11 +0000 |
commit | b8812b9f34eadb29ac0f9e117f96d5299685e35e (patch) | |
tree | c98c4f3bc4f0e50a787fc9c71079c7708eb13dd3 /accessibility/dasher/Makefile | |
parent | remove gnome-mag: remnant from gnome2 not used anymore (diff) |
Remove some old gnome2 ports not depend on anymore and not maintained upstream
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile deleted file mode 100644 index 398b5ac8048d..000000000000 --- a/accessibility/dasher/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: lewiz <purple@lewiz.net> -# $FreeBSD$ -# $MCom: ports/accessibility/dasher/Makefile,v 1.66 2009/03/18 04:59:21 marcus Exp $ - -PORTNAME= dasher -PORTVERSION= 4.10.1 -PORTREVISION= 8 -PORTEPOCH= 2 -CATEGORIES= accessibility editors x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= lewiz@compsoc.man.ac.uk -COMMENT= Information efficient text-entry interface - -BUILD_DEPENDS= rarian-sk-config:textproc/rarian -LIB_DEPENDS= libogg.so:audio/libogg -RUN_DEPENDS= rarian-sk-config:textproc/rarian - -USES= gettext gmake pathfix pkgconfig tar:bzip2 -USE_GNOME= gnomeprefix intlhack libgnomeui atspi \ - libwnck gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -GCONF_SCHEMAS= dasher.schemas - -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' - @${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \ - ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp - -.include <bsd.port.mk> |