diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-12-01 03:49:39 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-12-01 03:49:39 +0000 |
commit | 1d20e92ed8ca5df95b55c9205883e27669c718a1 (patch) | |
tree | 49bece894c969f09aab132fd448b4616893ca050 /misc/elscreen/Makefile | |
parent | 0d2ffa89ecf0168b81e578caaccc1672ee2b3bec (diff) | |
download | pkgsrc-1d20e92ed8ca5df95b55c9205883e27669c718a1.tar.gz |
Initial import of ElScreen 1.3.2.
ElScreen is a window manager in Emacs. It's role is very similar to that
of GNU Screen in terminal emulators. This is useful if you use Emacs Lisp
applications which have multiple windows.
Diffstat (limited to 'misc/elscreen/Makefile')
-rw-r--r-- | misc/elscreen/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile new file mode 100644 index 00000000000..dc8c0f29e60 --- /dev/null +++ b/misc/elscreen/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/01 03:49:40 uebayasi Exp $ +# + +DISTNAME= elscreen-1.3.2 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/ + +MAINTAINER= uebayasi@NetBSD.org +HOMEPAGE= http://www.morishima.net/~naoto/j/software/elscreen/ +COMMENT= Window manager within Emacs + +EMACS_VERSIONS_ACCEPTED= \ + emacs21 emacs21nox emacs20 xemacs214 xemacs215 + +NO_BUILD= # Defined + +do-install: + @${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/elscreen + @${INSTALL_DATA} ${WRKSRC}/elscreen.el ${EMACS_LISPPREFIX}/elscreen + +.include "../../mk/emacs.mk" +.include "../../mk/bsd.pkg.mk" |