summaryrefslogtreecommitdiff
path: root/editors/easyedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/easyedit/Makefile')
-rw-r--r--editors/easyedit/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile
deleted file mode 100644
index 60f65b80f38..00000000000
--- a/editors/easyedit/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2019/06/08 10:40:53 rillig Exp $
-#
-
-DISTNAME= ee-1.4.6.src
-PKGNAME= easyedit-1.4.6
-PKGREVISION= 2
-CATEGORIES= editors
-#MASTER_SITES= http://mahon.cwx.net/sources/
-EXTRACT_SUFX= .tgz
-
-PATCHFILES= easyedit-jumbo-patch-20130404.gz
-PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/easyedit/
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-#HOMEPAGE= http://mahon.cwx.net/
-COMMENT= Easy to use text editor with onscreen instructions
-
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-MAKE_FILE= make.local
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-configure:
- cd ${WRKSRC} && ./create.make
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ee ${DESTDIR}${PREFIX}/bin/easyedit
- ${INSTALL_MAN} ${WRKSRC}/ee.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/easyedit.1
-
-.include "../../mk/termcap.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"