summaryrefslogtreecommitdiff
path: root/editors/em/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/em/Makefile')
-rw-r--r--editors/em/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/em/Makefile b/editors/em/Makefile
new file mode 100644
index 00000000000..156c9452bcf
--- /dev/null
+++ b/editors/em/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2013/05/02 05:06:12 agc Exp $
+
+DISTNAME= em-1.0.0
+CATEGORIES= editors
+MASTER_SITES= http://pgas.freeshell.org/C/em/
+
+MAINTAINER= agc@NetBSD.org
+HOMEPAGE= http://www.coulouris.net/cs_history/em_story/
+COMMENT= Early V6 Unix line-based editor for mortals
+LICENSE= public-domain
+
+GNU_CONFIGURE= yes
+AUTO_MKDIRS= yes
+
+.include "../../mk/bsd.pkg.mk"