summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>1999-10-01 15:10:23 +0000
committerfredb <fredb@pkgsrc.org>1999-10-01 15:10:23 +0000
commit5f28e3e43e96c3ebad1c362a7ff3dd0f5b2b978c (patch)
tree7dd4c655829247e78ce6f9f8b8625ac4e63c4304 /x11
parente9b84b86bb25b47d3b290d1b28deca80871b49f8 (diff)
downloadpkgsrc-5f28e3e43e96c3ebad1c362a7ff3dd0f5b2b978c.tar.gz
Initial import of `wmx -- another window manager based on wm2'
submitted by Joachim Kuebart in PR pkg/8512
Diffstat (limited to 'x11')
-rw-r--r--x11/wmx/Makefile29
-rw-r--r--x11/wmx/files/md53
-rw-r--r--x11/wmx/files/patch-sum3
-rw-r--r--x11/wmx/patches/patch-aa19
-rw-r--r--x11/wmx/pkg/COMMENT1
-rw-r--r--x11/wmx/pkg/DESCR10
-rw-r--r--x11/wmx/pkg/PLIST7
7 files changed, 72 insertions, 0 deletions
diff --git a/x11/wmx/Makefile b/x11/wmx/Makefile
new file mode 100644
index 00000000000..5c2e347f095
--- /dev/null
+++ b/x11/wmx/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/01 15:10:23 fredb Exp $
+
+DISTNAME= wmx-5
+PKGNAME= wmx-5.0
+CATEGORIES= x11
+MASTER_SITES= http://www.all-day-breakfast.com/wmx/
+
+MAINTAINER= kuebart@mathematik.uni-ulm.de
+HOMEPAGE= http://www.all-day-breakfast.com/wmx/
+
+DEPENDS= xpm-3.4k:../../graphics/xpm
+
+USE_X11BASE= yes
+
+do-configure:
+ cd ${WRKSRC}; \
+ ${MV} Config.h Config.h.dist; \
+ ${SED} '/SYSTEM_COMMAND_MENU/s|/usr/local/lib/wmx/menu|${PREFIX}/etc/wmx|' \
+ < Config.h.dist > Config.h; \
+ ${MAKE} depend
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/doc/wmx
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmx
+ ${INSTALL_DATA} ${WRKSRC}/README.contrib ${PREFIX}/share/doc/wmx
+ ${MKDIR} ${PREFIX}/etc/wmx
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/wmx/files/md5 b/x11/wmx/files/md5
new file mode 100644
index 00000000000..c369be0733c
--- /dev/null
+++ b/x11/wmx/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/10/01 15:10:23 fredb Exp $
+
+MD5 (wmx-5.tar.gz) = 1b8f1c4f527952c1ac84d72174363b3f
diff --git a/x11/wmx/files/patch-sum b/x11/wmx/files/patch-sum
new file mode 100644
index 00000000000..9fc8871378a
--- /dev/null
+++ b/x11/wmx/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 1999/10/01 15:10:23 fredb Exp $
+
+MD5 (patch-aa) = b1f1b527e5879318be9558d424451c27
diff --git a/x11/wmx/patches/patch-aa b/x11/wmx/patches/patch-aa
new file mode 100644
index 00000000000..7e8dc9e87c1
--- /dev/null
+++ b/x11/wmx/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/10/01 15:10:23 fredb Exp $
+
+--- Makefile.orig Wed Sep 29 00:08:22 1999
++++ Makefile Wed Sep 29 00:17:16 1999
+@@ -5,12 +5,12 @@
+ # If you're not using background pixmaps, remove -lXpm from the LIBS.
+ # If your X libraries are somewhere other than /usr/X11/lib, give their
+ # location here.
+-LIBS = -L/usr/X11/lib -lXpm -lXext -lX11 -lXmu -lSM -lICE -lm
++LIBS = ${LDFLAGS} -lXpm -lXext -lX11 -lXmu -lSM -lICE -lm
+
+ # If your X includes are not in /usr/include/X11, add their location
+ # as a -I option here (excluding the X11 bit). If you're using I18N
+ # and Xlocale, please add -DX_LOCALE.
+-CFLAGS = -g -O2 -I/usr/include -I/usr/openwin/include
++CFLAGS = -g -O2 -I${X11BASE}/include
+
+ OBJECTS = Border.o Buttons.o Channel.o Client.o Config.o Events.o Main.o Manager.o Menu.o Rotated.o Session.o
+
diff --git a/x11/wmx/pkg/COMMENT b/x11/wmx/pkg/COMMENT
new file mode 100644
index 00000000000..2e5e1c3b61a
--- /dev/null
+++ b/x11/wmx/pkg/COMMENT
@@ -0,0 +1 @@
+wmx -- another window manager based on wm2
diff --git a/x11/wmx/pkg/DESCR b/x11/wmx/pkg/DESCR
new file mode 100644
index 00000000000..e653ceca574
--- /dev/null
+++ b/x11/wmx/pkg/DESCR
@@ -0,0 +1,10 @@
+
+wmx -- another window manager
+=============================
+
+wmx is another window manager for X. It is based on wm2 and provides
+a similarly unusual style of window decoration; but in place of wm2's
+minimal functionality, it offers many of the features of more
+conventional managers in the most simplistic implementations
+imaginable. wmx is, however, still barely configurable except by
+editing the source and recompiling the code.
diff --git a/x11/wmx/pkg/PLIST b/x11/wmx/pkg/PLIST
new file mode 100644
index 00000000000..76a9a53302f
--- /dev/null
+++ b/x11/wmx/pkg/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/01 15:10:23 fredb Exp $
+bin/wmx
+share/doc/wmx/README
+share/doc/wmx/README.contrib
+@exec mkdir -p %D/etc/wmx
+@unexec (rmdir %D/etc/wmx && echo "Removed empty directory %D/etc/wmx") || true
+@dirrm share/doc/wmx