diff options
author | kris <kris@FreeBSD.org> | 2003-08-08 04:03:27 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-08 04:03:27 +0000 |
commit | 5cbfa3e27b1dd9ab7351e2cc274bb09e0f629839 (patch) | |
tree | dd5cec47804277e3dd6ee531c1021ea6e0ac751a /x11-wm | |
parent | b10ed4b264ab4c6bb33543218ec9a16e377c99d3 (diff) | |
download | FreeBSD-ports-5cbfa3e27b1dd9ab7351e2cc274bb09e0f629839.zip FreeBSD-ports-5cbfa3e27b1dd9ab7351e2cc274bb09e0f629839.tar.gz |
As announced on May 6, remove the broken x11-wm/scwm port.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/scwm/Makefile | 45 | ||||
-rw-r--r-- | x11-wm/scwm/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/scwm/files/patch-aa | 20 | ||||
-rw-r--r-- | x11-wm/scwm/files/patch-af | 20 | ||||
-rw-r--r-- | x11-wm/scwm/files/patch-ag | 12 | ||||
-rw-r--r-- | x11-wm/scwm/files/patch-ah | 20 | ||||
-rw-r--r-- | x11-wm/scwm/files/patch-ai | 11 | ||||
-rw-r--r-- | x11-wm/scwm/files/patch-aj | 20 | ||||
-rw-r--r-- | x11-wm/scwm/pkg-descr | 15 | ||||
-rw-r--r-- | x11-wm/scwm/pkg-plist | 258 |
11 files changed, 0 insertions, 423 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index e657f5b..b45cbee 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -75,7 +75,6 @@ SUBDIR += sapphire SUBDIR += sapphire-themes SUBDIR += sawfish2 - SUBDIR += scwm SUBDIR += swm SUBDIR += toolbox SUBDIR += tvtwm diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile deleted file mode 100644 index 9d7db59..0000000 --- a/x11-wm/scwm/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: scwm -# Date created: 26 December 1997 -# Whom: Yukihiro Nakai <nacai@iname.com> -# -# $FreeBSD$ -# - -PORTNAME= scwm -PORTVERSION= 0.99.6.1 -CATEGORIES= x11-wm -MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/ - -MAINTAINER= nakai@FreeBSD.org -COMMENT= Scheme configurable window manager - -BROKEN= "Does not compile" - -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile -RUN_DEPENDS= ${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons - -USE_X_PREFIX= yes -USE_GNOME= esound imlib -USE_GMAKE= yes -USE_XPM= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} -CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.if defined(WITH_I18N) -CONFIGURE_ARGS+= --enable-multibyte=yes -CONFIGURE_ENV+= LIBS="-L${X11BASE}/lib -lxpg4" -.endif - -MAN1= scwm.1 scwmexec.1 scwmrepl.1 - -pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ - ${WRKSRC}/utilities/libscwmexec/libmain.c - -post-install: - ${RM} -rf ${PREFIX}/share/scwm/ViaVoice - -.include <bsd.port.mk> diff --git a/x11-wm/scwm/distinfo b/x11-wm/scwm/distinfo deleted file mode 100644 index 9af0b59..0000000 --- a/x11-wm/scwm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (scwm-0.99.6.1.tar.gz) = 5fbc82779cff8220b90f7726886335a6 diff --git a/x11-wm/scwm/files/patch-aa b/x11-wm/scwm/files/patch-aa deleted file mode 100644 index 65c6331..0000000 --- a/x11-wm/scwm/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Wed Sep 15 06:33:59 1999 -+++ configure Mon Sep 27 10:43:27 1999 -@@ -5045,7 +5045,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lguile $GUILE_LIBS_PRE $GUILE_LIBS $LIBS" -+LIBS="-lguile -lreadline $GUILE_LIBS_PRE $GUILE_LIBS $LIBS" - cat > conftest.$ac_ext <<EOF - #line 5051 "configure" - #include "confdefs.h" -@@ -5073,7 +5073,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- GUILE_LIBS="${GUILE_LIBS_PRE} -lguile ${GUILE_LIBS}" -+ GUILE_LIBS="${GUILE_LIBS_PRE} -lguile -lreadline ${GUILE_LIBS}" - else - echo "$ac_t""no" 1>&6 - diff --git a/x11-wm/scwm/files/patch-af b/x11-wm/scwm/files/patch-af deleted file mode 100644 index 94d26c0..0000000 --- a/x11-wm/scwm/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- utilities/Makefile.in.orig Wed Sep 15 08:50:28 1999 -+++ utilities/Makefile.in Mon Sep 27 10:46:22 1999 -@@ -129,7 +129,7 @@ - @DL_SUPPORT_TRUE@PIDPROPERTY_SUBDIR = pidproperty - @DL_SUPPORT_FALSE@PIDPROPERTY_SUBDIR = - --SUBDIRS = dev emacs libscwmexec scwmexec scwmrepl run-renamed misc $(PIDPROPERTY_SUBDIR) -+SUBDIRS = dev libscwmexec scwmexec scwmrepl run-renamed misc $(PIDPROPERTY_SUBDIR) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../include/config.h - CONFIG_CLEAN_FILES = -@@ -140,7 +140,7 @@ - - TAR = gtar - GZIP_ENV = --best --DIST_SUBDIRS = dev emacs libscwmexec scwmexec scwmrepl run-renamed misc \ -+DIST_SUBDIRS = dev libscwmexec scwmexec scwmrepl run-renamed misc \ - pidproperty - all: all-redirect - .SUFFIXES: diff --git a/x11-wm/scwm/files/patch-ag b/x11-wm/scwm/files/patch-ag deleted file mode 100644 index f9d4c2e..0000000 --- a/x11-wm/scwm/files/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ ---- src/guile-compat.h.orig Tue Sep 12 20:55:56 2000 -+++ src/guile-compat.h Tue Sep 12 20:56:42 2000 -@@ -76,8 +76,7 @@ - - #ifdef HAVE_SCM_THE_LAST_STACK_FLUID - /* from libguile/fluids.h --07/01/98 gjb */ --SCM scm_fluid_ref SCM_P ((SCM fluid)); --SCM scm_fluid_set_x SCM_P ((SCM fluid, SCM value)); -+#include <libguile/fluids.h> - #define DEREF_LAST_STACK scm_fluid_ref(gh_cdr(scm_the_last_stack_fluid)) - #define SET_LAST_STACK(X) scm_fluid_set_x (gh_cdr (scm_the_last_stack_fluid), (X)) - diff --git a/x11-wm/scwm/files/patch-ah b/x11-wm/scwm/files/patch-ah deleted file mode 100644 index e1b590b..0000000 --- a/x11-wm/scwm/files/patch-ah +++ /dev/null @@ -1,20 +0,0 @@ ---- src/scwm.c.orig Wed Sep 13 00:27:42 2000 -+++ src/scwm.c Wed Sep 13 00:55:21 2000 -@@ -1838,7 +1838,7 @@ - { - static SCM sym_arglist = SCM_UNDEFINED; - if (SCM_UNDEFINED == sym_arglist) -- sym_arglist = scm_permanent_object(((scm_cell *)scm_intern0("arglist"))->car); -+ sym_arglist = scm_permanent_object(SCM_CAR(scm_intern0("arglist"))); - { /* scope */ - SCM p = scm_make_gsubr(name,req,opt,var,fcn); - if (fDocumentPrimitiveFormals) { -@@ -1859,7 +1859,7 @@ - since events.c has the SCWM_GLOBAL_SYMBOL definition of it */ - if (SCM_BOOL_F == sym_interactive) - sym_interactive = -- scm_permanent_object(((scm_cell *)scm_intern0("interactive"))->car); -+ scm_permanent_object(SCM_CAR(scm_intern0("interactive"))); - { /* scope */ - SCM p = scwm_make_gsubr(name,req,opt,var,fcn,szArgList); - scm_set_procedure_property_x(p,sym_interactive, diff --git a/x11-wm/scwm/files/patch-ai b/x11-wm/scwm/files/patch-ai deleted file mode 100644 index ca808d3..0000000 --- a/x11-wm/scwm/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- src/callbacks.h.orig Wed Sep 13 01:06:11 2000 -+++ src/callbacks.h Wed Sep 13 01:03:16 2000 -@@ -32,7 +32,7 @@ - #endif - - #ifdef HAVE_SCM_MAKE_HOOK --#define SCWM_MAKE_HOOK(name,args) scm_permanent_object(scm_make_named_hook((name),(args))) -+#define SCWM_MAKE_HOOK(name,args) scm_permanent_object(scm_create_hook((name),(args))) - #else - #define SCWM_MAKE_HOOK(name,args) SCM_EOL - #endif diff --git a/x11-wm/scwm/files/patch-aj b/x11-wm/scwm/files/patch-aj deleted file mode 100644 index 8961d82..0000000 --- a/x11-wm/scwm/files/patch-aj +++ /dev/null @@ -1,20 +0,0 @@ ---- src/scwm-snarf.h.orig Wed Sep 13 01:01:45 2000 -+++ src/scwm-snarf.h Wed Sep 13 01:02:12 2000 -@@ -61,7 +61,7 @@ - - #ifdef HAVE_SCM_MAKE_HOOK - #define SCWM_HOOK(var, name, args, docstring) \ --%%% do { var = scm_make_named_hook(name,args); } while (0) -+%%% do { var = scm_create_hook(name,args); } while (0) - #else - #define SCWM_HOOK(var, name, args, docstring) \ - %%% do { var = scm_sysintern(name, SCM_EOL); } while (0) -@@ -76,7 +76,7 @@ - - #if HAVE_SCM_MAKE_HOOK - #define SCWM_GLOBAL_HOOK(var, name, args, docstring) \ --%%% do { var = scm_make_named_hook(name,args); } while (0) -+%%% do { var = scm_create_hook(name,args); } while (0) - #else - #define SCWM_GLOBAL_HOOK(var, name, args, docstring) \ - %%% do { var = scm_sysintern(name, SCM_EOL); } while (0) diff --git a/x11-wm/scwm/pkg-descr b/x11-wm/scwm/pkg-descr deleted file mode 100644 index b81656e..0000000 --- a/x11-wm/scwm/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -scheme configurable window manager - -- For MULTI-BYTE users, - do make install -DMULTIBYTE instead of only make install. - It also enable I18N option in scwm. - -- If you want edit scwmrc file efficiently, you may use - emacs lisp mode. There is scwm.el in scwm, but please - copy it into your favorite emacs lisp directory manually. - Refer: - patches/patch-af - ${WORKDIR}/utilities/emacs - ${WORKDIR}/configure --help - -WWW: http://scwm.mit.edu/ diff --git a/x11-wm/scwm/pkg-plist b/x11-wm/scwm/pkg-plist deleted file mode 100644 index 36b701e..0000000 --- a/x11-wm/scwm/pkg-plist +++ /dev/null @@ -1,258 +0,0 @@ -bin/cpp-sed-nl -bin/run-renamed -bin/scwm -bin/scwm-conf -bin/scwmexec -bin/scwmrepl -bin/startscwm -include/scwmexec.h -info/scwm.info -lib/libscwmexec.a -lib/libscwmexec.so -lib/libscwmexec.so.0 -lib/scwm/modules/app/scwm/libbackground.a -lib/scwm/modules/app/scwm/libbackground.so -lib/scwm/modules/app/scwm/libbackground.so.0 -lib/scwm/modules/app/scwm/libc-animation.a -lib/scwm/modules/app/scwm/libc-animation.so -lib/scwm/modules/app/scwm/libc-animation.so.0 -lib/scwm/modules/app/scwm/libesdsound.a -lib/scwm/modules/app/scwm/libesdsound.so -lib/scwm/modules/app/scwm/libesdsound.so.0 -lib/scwm/modules/app/scwm/liboverlay-plane.a -lib/scwm/modules/app/scwm/liboverlay-plane.so -lib/scwm/modules/app/scwm/liboverlay-plane.so.0 -lib/scwm/modules/app/scwm/libpie-menus.a -lib/scwm/modules/app/scwm/libpie-menus.so -lib/scwm/modules/app/scwm/libpie-menus.so.0 -lib/scwm/modules/app/scwm/libscwmgtkhelper.a -lib/scwm/modules/app/scwm/libscwmgtkhelper.so -lib/scwm/modules/app/scwm/libscwmgtkhelper.so.0 -lib/scwm/modules/app/scwm/libscwmxtest.a -lib/scwm/modules/app/scwm/libscwmxtest.so -lib/scwm/modules/app/scwm/libscwmxtest.so.0 -lib/scwm/modules/app/scwm/libxlib-drawing.a -lib/scwm/modules/app/scwm/libxlib-drawing.so -lib/scwm/modules/app/scwm/libxlib-drawing.so.0 -lib/scwm/modules/app/scwm/libxpm-menus.a -lib/scwm/modules/app/scwm/libxpm-menus.so -lib/scwm/modules/app/scwm/libxpm-menus.so.0 -share/doc/scwm/examples/Xmodmap-win95keyboard -share/doc/scwm/examples/Xresources-cpp -share/doc/scwm/examples/Xsession -share/doc/scwm/scwm-concepts.txt -share/doc/scwm/scwm-hooks.txt -share/doc/scwm/scwm-procedures.txt -share/doc/scwm/scwm-variables.txt -share/doc/scwm/scwm.sgml -share/scwm/Xsession.patch -share/scwm/gnome-session-Scwm -share/scwm/modules/app/scwm/ScwmBiff.scm -share/scwm/modules/app/scwm/ScwmButtons.scm -share/scwm/modules/app/scwm/ScwmClock.scm -share/scwm/modules/app/scwm/ScwmDeskButtons.scm -share/scwm/modules/app/scwm/advice.scm -share/scwm/modules/app/scwm/animated-edge-moves.scm -share/scwm/modules/app/scwm/animated-iconify.scm -share/scwm/modules/app/scwm/animation.scm -share/scwm/modules/app/scwm/auto-raise.scm -share/scwm/modules/app/scwm/base.scm -share/scwm/modules/app/scwm/basic-styles.scm -share/scwm/modules/app/scwm/bincomm.scm -share/scwm/modules/app/scwm/cascade.scm -share/scwm/modules/app/scwm/constraint-animation.scm -share/scwm/modules/app/scwm/constraint-investigator.scm -share/scwm/modules/app/scwm/constraints.scm -share/scwm/modules/app/scwm/corba.scm -share/scwm/modules/app/scwm/cursor.scm -share/scwm/modules/app/scwm/debianapps-menu.scm -share/scwm/modules/app/scwm/decor.scm -share/scwm/modules/app/scwm/defoption.scm -share/scwm/modules/app/scwm/describe.scm -share/scwm/modules/app/scwm/desk-background.scm -share/scwm/modules/app/scwm/dir-focus.scm -share/scwm/modules/app/scwm/doc.scm -share/scwm/modules/app/scwm/edge-ops.scm -share/scwm/modules/app/scwm/face.scm -share/scwm/modules/app/scwm/file.scm -share/scwm/modules/app/scwm/flash-window.scm -share/scwm/modules/app/scwm/flux-gtk.scm -share/scwm/modules/app/scwm/flux.scm -share/scwm/modules/app/scwm/focus-titlebar.scm -share/scwm/modules/app/scwm/fvwm-compat.scm -share/scwm/modules/app/scwm/fvwm-eval.scm -share/scwm/modules/app/scwm/fvwm-module.scm -share/scwm/modules/app/scwm/gnome-hints.scm -share/scwm/modules/app/scwm/gnome-panel-menus.scm -share/scwm/modules/app/scwm/group.scm -share/scwm/modules/app/scwm/gtk-about.scm -share/scwm/modules/app/scwm/gtk-menu.scm -share/scwm/modules/app/scwm/gtk-message.scm -share/scwm/modules/app/scwm/gtk-table-display.scm -share/scwm/modules/app/scwm/gtk.scm -share/scwm/modules/app/scwm/highlight-current-window.scm -share/scwm/modules/app/scwm/hooks.scm -share/scwm/modules/app/scwm/hover-focus.scm -share/scwm/modules/app/scwm/image-loaders.scm -share/scwm/modules/app/scwm/image-path-suggestor.scm -share/scwm/modules/app/scwm/kde-hints.scm -share/scwm/modules/app/scwm/key-mover-xtest.scm -share/scwm/modules/app/scwm/key-mover.scm -share/scwm/modules/app/scwm/lambda-startup-logo.scm -share/scwm/modules/app/scwm/last-mapped-window.scm -share/scwm/modules/app/scwm/listops.scm -share/scwm/modules/app/scwm/menus-extras.scm -share/scwm/modules/app/scwm/message-window.scm -share/scwm/modules/app/scwm/minimal.scm -share/scwm/modules/app/scwm/modifier-key-bindings.scm -share/scwm/modules/app/scwm/module-types.scm -share/scwm/modules/app/scwm/netscape.scm -share/scwm/modules/app/scwm/nonants.scm -share/scwm/modules/app/scwm/number-convert.scm -share/scwm/modules/app/scwm/optargs.scm -share/scwm/modules/app/scwm/path-cache.scm -share/scwm/modules/app/scwm/placement.scm -share/scwm/modules/app/scwm/preferences.scm -share/scwm/modules/app/scwm/prefs-menu.scm -share/scwm/modules/app/scwm/primopts.scm -share/scwm/modules/app/scwm/prompt-binding.scm -share/scwm/modules/app/scwm/prompt-bool.scm -share/scwm/modules/app/scwm/prompt-color.scm -share/scwm/modules/app/scwm/prompt-enum.scm -share/scwm/modules/app/scwm/prompt-file.scm -share/scwm/modules/app/scwm/prompt-font.scm -share/scwm/modules/app/scwm/prompt-proc.scm -share/scwm/modules/app/scwm/prompt-range.scm -share/scwm/modules/app/scwm/prompt-string.scm -share/scwm/modules/app/scwm/prompting-shell.scm -share/scwm/modules/app/scwm/property-respond.scm -share/scwm/modules/app/scwm/quote.scm -share/scwm/modules/app/scwm/rectangle.scm -share/scwm/modules/app/scwm/reexport.scm -share/scwm/modules/app/scwm/reflection.scm -share/scwm/modules/app/scwm/register.scm -share/scwm/modules/app/scwm/report-usage.scm -share/scwm/modules/app/scwm/rgb-database.scm -share/scwm/modules/app/scwm/send-string.scm -share/scwm/modules/app/scwm/session.scm -share/scwm/modules/app/scwm/shove-window.scm -share/scwm/modules/app/scwm/shutdown-opts.scm -share/scwm/modules/app/scwm/simple-constraints.scm -share/scwm/modules/app/scwm/simplebiff.scm -share/scwm/modules/app/scwm/snap-constraints.scm -share/scwm/modules/app/scwm/snap.scm -share/scwm/modules/app/scwm/sort.scm -share/scwm/modules/app/scwm/stacking.scm -share/scwm/modules/app/scwm/std-menus.scm -share/scwm/modules/app/scwm/stringops.scm -share/scwm/modules/app/scwm/style-options.scm -share/scwm/modules/app/scwm/style.scm -share/scwm/modules/app/scwm/stylist.scm -share/scwm/modules/app/scwm/synth-events.scm -share/scwm/modules/app/scwm/task-switcher.scm -share/scwm/modules/app/scwm/test-case.scm -share/scwm/modules/app/scwm/theme-impl.scm -share/scwm/modules/app/scwm/themes.scm -share/scwm/modules/app/scwm/tile.scm -share/scwm/modules/app/scwm/time-convert.scm -share/scwm/modules/app/scwm/titlebar-buttons.scm -share/scwm/modules/app/scwm/ui-constraints-buttons.scm -share/scwm/modules/app/scwm/ui-constraints-classes.scm -share/scwm/modules/app/scwm/ui-constraints-composition.scm -share/scwm/modules/app/scwm/ui-constraints-gdk-drawing.scm -share/scwm/modules/app/scwm/ui-constraints-toggle-menu.scm -share/scwm/modules/app/scwm/ui-constraints.scm -share/scwm/modules/app/scwm/undo.scm -share/scwm/modules/app/scwm/viavoice-smrc.scm -share/scwm/modules/app/scwm/viavoice.scm -share/scwm/modules/app/scwm/virtual.scm -share/scwm/modules/app/scwm/visibility-reporter.scm -share/scwm/modules/app/scwm/wavplay.scm -share/scwm/modules/app/scwm/window-configuration.scm -share/scwm/modules/app/scwm/window-locations.scm -share/scwm/modules/app/scwm/window-selection.scm -share/scwm/modules/app/scwm/wininfo.scm -share/scwm/modules/app/scwm/winlist-menu.scm -share/scwm/modules/app/scwm/winlist.scm -share/scwm/modules/app/scwm/winops-menu.scm -share/scwm/modules/app/scwm/winops.scm -share/scwm/modules/app/scwm/wmconfig-menu.scm -share/scwm/modules/app/scwm/xlock-menus.scm -share/scwm/modules/app/scwm/xprop-extras.scm -share/scwm/pixmaps/anchor-cursor.xpm -share/scwm/pixmaps/anchor.xpm -share/scwm/pixmaps/cn-keep-above.xpm -share/scwm/pixmaps/cn-keep-bottoms-even.xpm -share/scwm/pixmaps/cn-keep-lefts-even.xpm -share/scwm/pixmaps/cn-keep-rights-even.xpm -share/scwm/pixmaps/cn-keep-to-left-of.xpm -share/scwm/pixmaps/cn-keep-top-bottom-even.xpm -share/scwm/pixmaps/cn-keep-tops-even.xpm -share/scwm/pixmaps/cn-max-hsize.xpm -share/scwm/pixmaps/cn-max-vsize.xpm -share/scwm/pixmaps/cn-min-hsize.xpm -share/scwm/pixmaps/cn-min-vsize.xpm -share/scwm/pixmaps/cn-relative-hsize.xpm -share/scwm/pixmaps/cn-relative-vsize.xpm -share/scwm/pixmaps/cn-right-left-even.xpm -share/scwm/pixmaps/cn-strict-relative-pos.xpm -share/scwm/pixmaps/cn-window-height-sum.xpm -share/scwm/pixmaps/cn-window-width-sum.xpm -share/scwm/pixmaps/composition.xpm -share/scwm/pixmaps/cursor.xpm -share/scwm/pixmaps/iconify.xpm -share/scwm/pixmaps/kill.xpm -share/scwm/pixmaps/lambda-rwb.xpm -share/scwm/pixmaps/lambda.xpm -share/scwm/pixmaps/move.xpm -share/scwm/pixmaps/nonant-keys.xpm -share/scwm/pixmaps/record-composition.xpm -share/scwm/pixmaps/resize_br.xpm -share/scwm/pixmaps/resize_h.xpm -share/scwm/pixmaps/resize_tr.xpm -share/scwm/pixmaps/resize_v.xpm -share/scwm/pixmaps/scwm-freebsd.xpm -share/scwm/pixmaps/scwm-logo-orange-bg.xpm -share/scwm/pixmaps/scwm-logo.xpm -share/scwm/pixmaps/scwm-name.xpm -share/scwm/pixmaps/small-anchor.xpm -share/scwm/pixmaps/stop-composition.xpm -share/scwm/pixmaps/win-pos-center.xpm -share/scwm/pixmaps/win-pos-e.xpm -share/scwm/pixmaps/win-pos-n.xpm -share/scwm/pixmaps/win-pos-ne.xpm -share/scwm/pixmaps/win-pos-nw.xpm -share/scwm/pixmaps/win-pos-s.xpm -share/scwm/pixmaps/win-pos-se.xpm -share/scwm/pixmaps/win-pos-sw.xpm -share/scwm/pixmaps/win-pos-w.xpm -share/scwm/scwmrc/decor.scwmrc -share/scwm/scwmrc/gnome.scwmrc -share/scwm/scwmrc/juhp.scwmrc -share/scwm/scwmrc/mstachow.scwmrc -share/scwm/scwmrc/robbe.scwmrc -share/scwm/scwmrc/sds.scwmrc -share/scwm/scwmrc/simple.scwmrc -share/scwm/scwmrc/spare-blue.scwmrc -share/scwm/scwmrc/system.scwmrc -share/scwm/themes/afterstep.tar.gz -share/scwm/themes/darkside.tar.gz -share/scwm/themes/fvwm2.tar.gz -share/scwm/themes/gjb.tar.gz -share/scwm/themes/mwm.tar.gz -share/scwm/themes/twm.tar.gz -share/scwm/themes/win95.tar.gz -share/scwm/themes/woven.tar.gz -@exec install-info %D/info/scwm.info %D/info/dir -@unexec install-info --delete %D/info/scwm.info %D/info/dir -@dirrm lib/scwm/modules/app/scwm -@dirrm lib/scwm/modules/app -@dirrm lib/scwm/modules -@dirrm lib/scwm -@dirrm share/doc/scwm/examples -@dirrm share/doc/scwm -@dirrm share/scwm/modules/app/scwm -@dirrm share/scwm/modules/app -@dirrm share/scwm/modules -@dirrm share/scwm/scwmrc -@dirrm share/scwm/themes |