summaryrefslogtreecommitdiff
path: root/wm/selectwm/Makefile
diff options
context:
space:
mode:
authoragc <agc>2005-04-15 12:42:40 +0000
committeragc <agc>2005-04-15 12:42:40 +0000
commit664755a7bf2386a9ccef90ba47c7eee8dc7f163e (patch)
tree83dd99bbdd1fe77c0d26d6f0664be52d42b2c61c /wm/selectwm/Makefile
parent51ade71688d3e8941cc0d65431aa3fbf9eed5a19 (diff)
downloadpkgsrc-664755a7bf2386a9ccef90ba47c7eee8dc7f163e.tar.gz
Initial import of selectwm-0.4.1 into the Packages Collection.
Provided in PR 29965 by Antoine Reilles, modified slighlty by myself to look in pkgsrc and X11R6 directories when looking for window managers. selectwm is a small application (using GTK+) which lets you select your window manager. It looks for a file named .selectwmrc in the user's directory which contains a list of window managers. When you start X it should show a list which lets you choose your window manager (by double clicking on it with the mouse or with the arrow keys and the return or space key) To use selectwm, replace the call to your window manager in your .xinitrc or .xsession configuration file by a call to selectwm, e.g.: ... # set a solid black background xsetroot -solid black # start selectwm selectwm
Diffstat (limited to 'wm/selectwm/Makefile')
-rw-r--r--wm/selectwm/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/wm/selectwm/Makefile b/wm/selectwm/Makefile
new file mode 100644
index 00000000000..9017ab1f6ae
--- /dev/null
+++ b/wm/selectwm/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $
+#
+
+DISTNAME= selectwm-0.4.1
+CATEGORIES= wm
+MASTER_SITES= http://ordiluc.net/selectwm/
+
+MAINTAINER= reilles@loria.fr
+HOMEPAGE= http://ordiluc.net/selectwm/
+COMMENT= Simple GTK2 application to select window manager
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"