summaryrefslogtreecommitdiff
path: root/editors/easyedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/easyedit/Makefile')
-rw-r--r--editors/easyedit/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile
new file mode 100644
index 00000000000..f8611a31f0a
--- /dev/null
+++ b/editors/easyedit/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 07:02:22 cjep Exp $
+#
+
+DISTNAME= ee-1.4.5a.src
+PKGNAME= easyedit-1.4.5a
+CATEGORIES= editors
+MASTER_SITES= http://mahon.cwx.net/sources/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mahon.cwx.net/
+COMMENT= Easy to use text editor
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
+do-install:
+ ${CP} ${WRKSRC}/ee ${PREFIX}/bin/easyedit
+ ${CP} ${WRKSRC}/ee.1 ${PREFIX}/man/man1/easyedit.1
+
+.include "../../mk/bsd.pkg.mk"