summaryrefslogtreecommitdiff
path: root/wm/flwm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-12 02:03:46 +0000
committerwiz <wiz@pkgsrc.org>2000-12-12 02:03:46 +0000
commitb48aa2febfd565b99592854d7cbeaa9c59ec76e9 (patch)
tree0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/flwm
parenta32b3a56553677e14a448f1a16a11a4a984b3574 (diff)
downloadpkgsrc-b48aa2febfd565b99592854d7cbeaa9c59ec76e9.tar.gz
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/flwm')
-rw-r--r--wm/flwm/Makefile20
-rw-r--r--wm/flwm/files/md53
-rw-r--r--wm/flwm/files/patch-sum3
-rw-r--r--wm/flwm/patches/patch-aa20
-rw-r--r--wm/flwm/pkg/COMMENT1
-rw-r--r--wm/flwm/pkg/DESCR17
-rw-r--r--wm/flwm/pkg/PLIST3
7 files changed, 67 insertions, 0 deletions
diff --git a/wm/flwm/Makefile b/wm/flwm/Makefile
new file mode 100644
index 00000000000..4d591dae5d4
--- /dev/null
+++ b/wm/flwm/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+#
+
+DISTNAME= flwm-0.25
+CATEGORIES= x11 wm
+MASTER_SITES= http://flwm.sourceforge.net/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://flwm.sourceforge.net/
+
+DEPENDS+= fltk-*:../../x11/fltk
+
+USE_X11BASE= # defined
+
+GNU_CONFIGURE= # defined
+CONFIGURE_ENV+= X_LIBS="-lGL" CPPFLAGS="${CPPFLAGS}"
+CPPFLAGS+= -I${X11PREFIX}/include
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/flwm/files/md5 b/wm/flwm/files/md5
new file mode 100644
index 00000000000..44ba7c418de
--- /dev/null
+++ b/wm/flwm/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+
+MD5 (flwm-0.25.tgz) = be036c20b15a28eed2b688cd7ef3f202
diff --git a/wm/flwm/files/patch-sum b/wm/flwm/files/patch-sum
new file mode 100644
index 00000000000..21512f4babc
--- /dev/null
+++ b/wm/flwm/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+
+MD5 (patch-aa) = 7bf16b6a2781e04a625835429991bea9
diff --git a/wm/flwm/patches/patch-aa b/wm/flwm/patches/patch-aa
new file mode 100644
index 00000000000..b7df51b1807
--- /dev/null
+++ b/wm/flwm/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+
+--- makeinclude.in.orig Sat Jan 9 14:48:33 1999
++++ makeinclude.in Thu Aug 3 23:43:07 2000
+@@ -15,10 +15,11 @@
+ MAKEDEPEND =@MAKEDEPEND@
+
+ # flags for C++ compiler:
+-CFLAGS =@CFLAGS@
+-CFLAGS_D =@CFLAGS_D@
+-CXXFLAGS =@CXXFLAGS@
+-CXXFLAGS_D =@CXXFLAGS_D@
++CPPFLAGS =@CPPFLAGS@
++CFLAGS =@CFLAGS@ $(CPPFLAGS)
++CFLAGS_D =@CFLAGS_D@ $(CPPFLAGS)
++CXXFLAGS =@CXXFLAGS@ $(CPPFLAGS)
++CXXFLAGS_D =@CXXFLAGS_D@ $(CPPFLAGS)
+
+ # libraries to link with:
+ LDLIBS =@LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
diff --git a/wm/flwm/pkg/COMMENT b/wm/flwm/pkg/COMMENT
new file mode 100644
index 00000000000..493f6936a8f
--- /dev/null
+++ b/wm/flwm/pkg/COMMENT
@@ -0,0 +1 @@
+The Fast, Light Window Manager
diff --git a/wm/flwm/pkg/DESCR b/wm/flwm/pkg/DESCR
new file mode 100644
index 00000000000..b2f49f5e523
--- /dev/null
+++ b/wm/flwm/pkg/DESCR
@@ -0,0 +1,17 @@
+Flwm is an attempt to combine the best ideas seen in several window managers.
+The primary influence and code base is from wm2 by Chris Cannam.
+
+Primary features are:
+
+ * Nifty sideways titlebars.
+ * No icons. You deiconize by picking off a pop-up menu. This means no
+ space is wasted by icons.
+ * The same pop-up menu controls multiple desktops and lets you launch
+ programs.
+ * Occupies as little screen space as possible. The border and titles are
+ as thin as I could possibly make them. And maximized windows waste
+ zero pixels vertically!
+ * Independent maximize buttons for width & height.
+ * Understands Motif, KDE, and Gnome window manager hints, and works with
+ SGI programs that assumme 4DWM.
+ * Really small and fast code.
diff --git a/wm/flwm/pkg/PLIST b/wm/flwm/pkg/PLIST
new file mode 100644
index 00000000000..03782adb54e
--- /dev/null
+++ b/wm/flwm/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+bin/flwm
+man/man1/flwm.1