summaryrefslogtreecommitdiff
path: root/editors/ee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ee/Makefile')
-rw-r--r--editors/ee/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/ee/Makefile b/editors/ee/Makefile
new file mode 100644
index 00000000000..ded80aeae6c
--- /dev/null
+++ b/editors/ee/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/02 21:37:41 cjep Exp $
+#
+
+DISTNAME= ee-1.4.5a.src
+PKGNAME= ee-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}/easyedit-1.4.5a
+
+do-install:
+ ${CP} ${WRKSRC}/ee ${PREFIX}/bin/ee
+ ${CP} ${WRKSRC}/ee.1 ${PREFIX}/man/man1/ee.1
+
+.include "../../mk/bsd.pkg.mk"