mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +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:
parent
0f13c5acaf
commit
86f957d665
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99520
@ -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
30
x11-wm/selectwm/Makefile
Normal 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
1
x11-wm/selectwm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (selectwm-0.4.tar.bz2) = 2756cfe74a1fe062301aa6a630d47852
|
13
x11-wm/selectwm/pkg-descr
Normal file
13
x11-wm/selectwm/pkg-descr
Normal 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
|
1
x11-wm/selectwm/pkg-plist
Normal file
1
x11-wm/selectwm/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/selectwm
|
Loading…
Reference in New Issue
Block a user