1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add selectwm 0.4, a GTK application to let you select a window manager

when starting X.

Submitted by:	Wesley Shields <wxs@csh.rit.edu>
This commit is contained in:
Pete Fritchman 2004-01-30 14:56:25 +00:00
parent 0f13c5acaf
commit 86f957d665
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99520
5 changed files with 46 additions and 0 deletions

View File

@ -84,6 +84,7 @@
SUBDIR += sapphire
SUBDIR += sapphire-themes
SUBDIR += sawfish2
SUBDIR += selectwm
SUBDIR += swm
SUBDIR += treewm
SUBDIR += tvtwm

30
x11-wm/selectwm/Makefile Normal file
View File

@ -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>

1
x11-wm/selectwm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (selectwm-0.4.tar.bz2) = 2756cfe74a1fe062301aa6a630d47852

13
x11-wm/selectwm/pkg-descr Normal file
View File

@ -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

View File

@ -0,0 +1 @@
bin/selectwm