summaryrefslogtreecommitdiff
path: root/mail/bbmail/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-22USE_LANGUAGES= c++wiz1-2/+2
2004-05-23USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translateddanw1-1/+2
properly on various OSes
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-18Update to 0.8.3:jschauma1-2/+2
fix a bug appearing when using gcc-3.x causing a segfault
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2002-07-13Add -Wl,-R${X11PREFIX}/lib to LDFLAGS to allow non-xpkgwedged systems to findjschauma1-1/+2
the right libraries at runtime. Pointed out during Hubert's latest bulkbuild.
2002-06-30Initial import of bbmail, version 0.8.2:jschauma1-0/+20
bbmail is a mailbox checker (not only) for the Blackbox windowmanager. It emulates the look and feel of the blackbox-toolbar. Options include: * It alarms you when new mail has arrived * Start a mail program by pressing the envelope * Displays unread and read mail * All the colors an gradients can be changed. * Can be configured so it only shows up when new mail has arrived. * Option to always stay on top (can be changed using the mouse) * Support for multiple mail boxes * Support for counting mail through external program for instance flist to check nmh mail or fetchpop/fetchmail to check mail on remote sites. * Support for POP, IMAP etc. through external program ( tested with fetcmail and fetchpop). * Possibility to 'copy' Blackbox toolbar style * Ability to start command when new mail arrives (eg. to play sound) * Menu showing all mailboxes (and unread/total mail in these boxes).