summaryrefslogtreecommitdiff
path: root/wm/selectwm/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2005-04-15 12:42:40 +0000
committeragc <agc@pkgsrc.org>2005-04-15 12:42:40 +0000
commit9ab915bc59c4d84f6f18df1941815c3232cbd701 (patch)
tree83dd99bbdd1fe77c0d26d6f0664be52d42b2c61c /wm/selectwm/Makefile
parent5e8d099460150f0950beef7707fde6b0c6b14336 (diff)
downloadpkgsrc-9ab915bc59c4d84f6f18df1941815c3232cbd701.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"