the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: pwm
Version: 20010309
Revision: 3
Source: http://modeemi.cs.tut.fi/~tuomov/dl/pwm-%v.tar.gz
Source-MD5: 2d5e5c33020c97edd85c4e0b47930e00
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: deff9c4015bcb7a743c7a1bfc0e9ec95
CompileScript: make PREFIX=%p
InstallScript: <<
make install PREFIX=%i
mv %i/share/man/man1/pwm.1x %i/share/man/man1/pwm.1
<<
Description: WM with many windows attached to one frame
DescDetail: This feature helps keeping windows, especially the numerous xterms, organized.
DescPort: <<
Comes with a Makefile. Only minor changes to the Makefile
were needed.
<<
Maintainer: None
Homepage: http://modeemi.fi/~tuomov/ion/pwm.html
License: OSI-Approved
--- pwm-20010309/system.mk Thu Dec 28 15:08:05 2000
+++ pwm-20010309/system.mk Sun Nov 4 18:14:35 2001
@@ -12,8 +12,8 @@
# No need to modify these usually
BINDIR=$(PREFIX)/bin
ETCDIR=$(PREFIX)/etc
-MANDIR=$(PREFIX)/man
-DOCDIR=$(PREFIX)/doc
+MANDIR=$(PREFIX)/share/man
+DOCDIR=$(PREFIX)/share/doc
# Not used
INCDIR=$(PREFIX)/include
LIBDIR=$(PREFIX)/lib
@@ -62,7 +62,7 @@
# Same as '-Wall -pedantic-errors' without '-Wunused' as callbacks often
# have unused variables.
-WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \
+#WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \
-Wtrigraphs -Wformat -Wchar-subscripts \
-Wparentheses -pedantic-errors -Wuninitialized