diff options
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/selectwm/Makefile | 30 | ||||
-rw-r--r-- | x11-wm/selectwm/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/selectwm/pkg-descr | 13 | ||||
-rw-r--r-- | x11-wm/selectwm/pkg-plist | 1 |
5 files changed, 46 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index ee4380e5986f..d5d8fd40b51b 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -84,6 +84,7 @@ SUBDIR += sapphire SUBDIR += sapphire-themes SUBDIR += sawfish2 + SUBDIR += selectwm SUBDIR += swm SUBDIR += treewm SUBDIR += tvtwm diff --git a/x11-wm/selectwm/Makefile b/x11-wm/selectwm/Makefile new file mode 100644 index 000000000000..54f0dfd5b5ef --- /dev/null +++ b/x11-wm/selectwm/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: selectwm +# Date created: 13 January 2004 +# Whom: Wesley Shields <wxs@csh.rit.edu> +# +# $FreeBSD$ +# + +PORTNAME= selectwm +PORTVERSION= 0.4 +CATEGORIES= x11-wm +MASTER_SITES= http://ordiluc.net/selectwm/ + +MAINTAINER= wxs@csh.rit.edu +COMMENT= A GTK application to let you select a window manager when starting X + +MAN1= selectwm.1 + +USE_BZIP2= yes +USE_GETOPT_LONG= yes +USE_GNOME= gtk20 +USE_REINPLACE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e 's,-O2,${CFLAGS},g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,^CFLAGS =,CFLAGS +=,' -e 's,-O2,,' \ + ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/x11-wm/selectwm/distinfo b/x11-wm/selectwm/distinfo new file mode 100644 index 000000000000..0fdad3cd407b --- /dev/null +++ b/x11-wm/selectwm/distinfo @@ -0,0 +1 @@ +MD5 (selectwm-0.4.tar.bz2) = 2756cfe74a1fe062301aa6a630d47852 diff --git a/x11-wm/selectwm/pkg-descr b/x11-wm/selectwm/pkg-descr new file mode 100644 index 000000000000..4fdecd3f8809 --- /dev/null +++ b/x11-wm/selectwm/pkg-descr @@ -0,0 +1,13 @@ +This 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). + +WWW: http://ordiluc.net/selectwm/ + +-- WXS +Wesley Shields +wxs@csh.rit.edu diff --git a/x11-wm/selectwm/pkg-plist b/x11-wm/selectwm/pkg-plist new file mode 100644 index 000000000000..a0af44b4bddb --- /dev/null +++ b/x11-wm/selectwm/pkg-plist @@ -0,0 +1 @@ +bin/selectwm |