summaryrefslogtreecommitdiff
path: root/editors/jove/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-03-06 22:07:50 +0000
committeragc <agc>1999-03-06 22:07:50 +0000
commit9a8214a7cc10bd73ceaef192f4ab800bf9450310 (patch)
tree77a0bfcf139be029c37f94d8d49a02ecbb75be4c /editors/jove/Makefile
parent58c6a826d733ce7b63faaa7ef5f778e5a8b7d46d (diff)
downloadpkgsrc-9a8214a7cc10bd73ceaef192f4ab800bf9450310.tar.gz
Initial import of jove-4.16, "Jonathon's Own Version of EMACS", an
emacs-style editor but lacking the LISP engine. This package was constructed by James Graham (greywolf@starwolf.com), with minor cleanups by me.
Diffstat (limited to 'editors/jove/Makefile')
-rw-r--r--editors/jove/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile
new file mode 100644
index 00000000000..2eae889c821
--- /dev/null
+++ b/editors/jove/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/03/06 22:07:50 agc Exp $
+#
+
+DISTNAME= jove-4.16
+CATEGORIES= editors
+MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/jove/
+
+MAINTAINER= packages@netbsd.org
+
+WRKSRC= ${WRKDIR}/jove
+
+NO_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"