summaryrefslogtreecommitdiff
path: root/editors/mg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mg/Makefile')
-rw-r--r--editors/mg/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile
new file mode 100644
index 00000000000..c79a56974a8
--- /dev/null
+++ b/editors/mg/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 11:04:14 abs Exp $
+#
+
+DISTNAME= mg-20090107
+CATEGORIES= editors
+MASTER_SITES= http://www.xs4all.nl/~hanb/software/mg/
+
+MAINTAINER= abs@NetBSD.org
+HOMEPAGE= http://www.xs4all.nl/~hanb/software/mg/
+COMMENT= Small, fast, public domain EMACS style editor
+
+HAS_CONFIGURE= yes
+USE_NCURSES= yes # Uses NCURSES internals
+PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_ENV+= prefix=${PREFIX:Q}
+
+INSTALLATION_DIRS = bin ${PKGMANDIR}/man1
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"