aboutsummaryrefslogtreecommitdiff
path: root/editors/xed/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-07-13 21:36:57 +0000
committerRene Ladan <rene@FreeBSD.org>2019-07-13 21:36:57 +0000
commit1db32cf03f7ed4372c2e1b47ec65933d8cb4b12c (patch)
treedf23023542731f7043de16ee82e3920804dc476e /editors/xed/Makefile
parent784fcf303d8f0c8d760af6182b5078abe1867c37 (diff)
downloadports-1db32cf03f7ed4372c2e1b47ec65933d8cb4b12c.tar.gz
ports-1db32cf03f7ed4372c2e1b47ec65933d8cb4b12c.zip
Remove expired ports:
2019-07-12 misc/tcb: Abandonware that uses sys/dir.h 2019-07-12 editors/xed: Abandonware using sys/dir.h 2019-07-12 databases/gtksql: Abandonware using sys/dir.h
Notes
Notes: svn path=/head/; revision=506581
Diffstat (limited to 'editors/xed/Makefile')
-rw-r--r--editors/xed/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile
deleted file mode 100644
index beb529168ec7..000000000000
--- a/editors/xed/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: shanee
-# $FreeBSD$
-
-PORTNAME= xed
-PORTVERSION= 1.3
-PORTREVISION= 3
-CATEGORIES= editors
-MASTER_SITES= XCONTRIB/editors
-DISTNAME= ${PORTNAME}${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Text editor for X
-
-DEPRECATED= Abandonware using sys/dir.h
-EXPIRATION_DATE= 2019-07-12
-
-LICENSE= MIT
-
-USES= imake tar:Z
-USE_XORG= xaw
-MAKE_ARGS= BINDIR=${PREFIX}/bin \
- LIBDIR=${PREFIX}/lib/X11 \
- MANPATH=${PREFIX}/man
-
-pre-build:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
- 's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g'
-
-.include <bsd.port.mk>