summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-04 03:57:33 +0000
committerjlam <jlam>2000-08-04 03:57:33 +0000
commite2b5135fd379abb4f87a5467f0b8d4dc135fd28d (patch)
treee04b3523f90982ce86eaad45e8575930c031a8ce /x11
parent9d227ac4265a6cd62bea2fa0641157263696ffd7 (diff)
downloadpkgsrc-e2b5135fd379abb4f87a5467f0b8d4dc135fd28d.tar.gz
The Fast, Light Window Manager.
Provided in pkg/9846 by Matthew Orgass <darkstar@pgh.net>.
Diffstat (limited to 'x11')
-rw-r--r--x11/flwm/Makefile20
-rw-r--r--x11/flwm/files/md53
-rw-r--r--x11/flwm/files/patch-sum3
-rw-r--r--x11/flwm/patches/patch-aa20
-rw-r--r--x11/flwm/pkg/COMMENT1
-rw-r--r--x11/flwm/pkg/DESCR17
-rw-r--r--x11/flwm/pkg/PLIST3
7 files changed, 67 insertions, 0 deletions
diff --git a/x11/flwm/Makefile b/x11/flwm/Makefile
new file mode 100644
index 00000000000..b33945df7d3
--- /dev/null
+++ b/x11/flwm/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/04 03:57:33 jlam Exp $
+#
+
+DISTNAME= flwm-0.25
+CATEGORIES= x11
+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/x11/flwm/files/md5 b/x11/flwm/files/md5
new file mode 100644
index 00000000000..36b0676efb0
--- /dev/null
+++ b/x11/flwm/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/08/04 03:57:33 jlam Exp $
+
+MD5 (flwm-0.25.tgz) = be036c20b15a28eed2b688cd7ef3f202
diff --git a/x11/flwm/files/patch-sum b/x11/flwm/files/patch-sum
new file mode 100644
index 00000000000..4a040bbc39a
--- /dev/null
+++ b/x11/flwm/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/08/04 03:57:33 jlam Exp $
+
+MD5 (patch-aa) = 7bf16b6a2781e04a625835429991bea9
diff --git a/x11/flwm/patches/patch-aa b/x11/flwm/patches/patch-aa
new file mode 100644
index 00000000000..9a85b8bdeaf
--- /dev/null
+++ b/x11/flwm/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/08/04 03:57:33 jlam 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/x11/flwm/pkg/COMMENT b/x11/flwm/pkg/COMMENT
new file mode 100644
index 00000000000..493f6936a8f
--- /dev/null
+++ b/x11/flwm/pkg/COMMENT
@@ -0,0 +1 @@
+The Fast, Light Window Manager
diff --git a/x11/flwm/pkg/DESCR b/x11/flwm/pkg/DESCR
new file mode 100644
index 00000000000..b2f49f5e523
--- /dev/null
+++ b/x11/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/x11/flwm/pkg/PLIST b/x11/flwm/pkg/PLIST
new file mode 100644
index 00000000000..770ffa3c213
--- /dev/null
+++ b/x11/flwm/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/04 03:57:33 jlam Exp $
+bin/flwm
+man/man1/flwm.1