the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: bbmail
Version: 0.8.3
Revision: 1002
Source: http://bbtools.windsofstorm.net/sources/%n-%v.tar.gz
Source-MD5: fc5dd75c3350402a3740a9982f206118
BuildDepends: x11-dev, xmkmf (>= 1.0.2-3), fink (>= 0.24.12)
Depends: x11
PatchFile: %n.patch
PatchFile-MD5: 36d584d198ff60b57f10b5ac96f4eaf0
PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
GCC: 4.0
ConfigureParams: --mandir='${prefix}/share/man'
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/share/bbtools
install -m 755 scripts/bbmailparsefm.pl %i/share/bbtools
mkdir -p %i/share/doc/%n;
(cd %i/share/doc/%n; ln -s %p/share/bbtools/README.%n;)
<<
DocFiles: COPYING AUTHORS README README.config
Description: Email-watcher designed for use with Blackbox
DescDetail: <<
This application checks your mail-boxes and reports new, read and unread mail.
It is not specific to Blackbox, it was just written with Blackbox in mind and
in
a similar style.
<<
DescPackaging: <<
Previously maintained by Christian Swinehart
<<
DescUsage: <<
Important: See files in
Also useful to take a look at bbparsemail.pl if you plan to check non-unix
mail.
<<
Homepage: http://sourceforge.net/projects/bbtools/
License: GPL
Maintainer: None
diff -Naur bbmail-0.6.11.orig/README.config bbmail-0.6.11/README.config
--- bbmail-0.6.11.orig/README.config Wed Dec 31 19:00:00 1969
+++ bbmail-0.6.11/README.config Sat Sep 15 15:45:07 2001
@@ -0,0 +1,21 @@
+The global configuration files can be found in @PREFIX@/share/bbtools.
+
+Blackbox users:
+---------------
+
+By default bbmail reads the Blackbox style-file as defined in .blackboxrc
+and copies as much of the style as possible. The result is a application
+which looks a lot like the toolbar.
+
+Furthermore bbmail reads the bbmail.bb config file.
+The global configuration is placed in @PREFIX@/share/bbtools/
+The local configuration can be placed in $HOME/.bbtools/
+Just copy the global configuration file to $HOME/.bbtools/ (and change it)
+
+Users other Window managers (KDE wm-hints need to be supported):
+----------------------------------------------------------------
+
+bbmail reads the bbmail.nobb config file.
+The global configuration is placed in @PREFIX@/share/bbtools/
+The local configuration can be placed in $HOME/.bbtools/
+Just copy the global configuration file to $HOME/.bbtools/ (and change it)