summaryrefslogtreecommitdiff
path: root/wm/ion/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-04-22 13:32:28 +0000
committerzuntum <zuntum>2001-04-22 13:32:28 +0000
commit9ca8e0ad6313239d60e8e86d9211b3d39fa3d6aa (patch)
tree273f628fa407ca0db7138246979a88ad4197c691 /wm/ion/Makefile
parent5497fb7e8c855a8775f189a63641189c41636b35 (diff)
downloadpkgsrc-9ca8e0ad6313239d60e8e86d9211b3d39fa3d6aa.tar.gz
Initial import of ion-20010314
Ion is a window manager dividing the screen into frames rather than having overlapping windows, much like the windows in Emacs. Navigation between clients can be done solely using the keyboard without need for a mouse. Package provided by Daniel Lundin <daniel@codefactory.se> in pkg/12719
Diffstat (limited to 'wm/ion/Makefile')
-rw-r--r--wm/ion/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile
new file mode 100644
index 00000000000..4a0dbd187f0
--- /dev/null
+++ b/wm/ion/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/22 13:32:28 zuntum Exp $
+#
+
+DISTNAME= ion-20010314
+CATEGORIES= x11 wm
+MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/
+
+MAINTAINER= daniel@codefactory.se,zuntum@netbsd.org
+HOMEPAGE= http://www.students.tut.fi/~tuomov/ion/
+COMMENT= keyboard friendly tiling window manager
+
+USE_X11BASE= YES
+USE_GMAKE= YES
+
+.include "../../mk/bsd.pkg.mk"