summaryrefslogtreecommitdiff
path: root/editors/uemacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/uemacs/Makefile')
-rw-r--r--editors/uemacs/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
deleted file mode 100644
index cdc5f0e420a..00000000000
--- a/editors/uemacs/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2005/03/24 21:12:54 wiz Exp $
-
-DISTNAME= ue400dev
-PKGNAME= uemacs-4.0
-CATEGORIES= editors
-MASTER_SITES= ftp://aquest.com/pub/uemacs400/disk2/
-EXTRACT_SUFX= .zip
-
-MAINTAINER= tron@NetBSD.org
-COMMENT= "emacs" key sequences compatible full screen editor
-
-WRKSRC= ${WRKDIR}
-
-post-extract:
- ${CP} -r ${WRKSRC}/freebsd ${WRKSRC}/netbsd
-
-post-patch:
- for FILE in ${WRKSRC}/src/*.c ${WRKSRC}/h/*.h; do \
- ${MV} $${FILE} $${FILE}.old; \
- ${SED} -e "s|%%PREFIX%%|${PREFIX}|g" <$${FILE}.old >$${FILE}; \
- done
-
-.include "../../mk/bsd.pkg.mk"