489b5908e2
Changes since 0.3.0: * Replaced /var/spool/mail with /var/mail, which is what the FHS mandates. All decent systems should have either the directory or a symlink pointing somewhere else. (Jordi Mallach) * I reformatted ths changelog, again. I hope this is the last time I need to do this. The CVS logs should be used for all changes, and this file should by updated for user-visible changes only, from now on. (Dwayne C. Litzenberger) * Updated the README to reflect that Gennady Belyakov died right after releasing wmBiff 0.2. May your soul rest in peace, Gennady. (Dwayne C. Litzenberger) * Fixed the IMAP support, again. (Rob Funk)
19 lines
446 B
Makefile
19 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/07/04 19:04:15 magick Exp $
|
|
|
|
DISTNAME= wmbiff-0.3.1
|
|
CATEGORIES= mail x11
|
|
MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=wmbiff/)
|
|
|
|
MAINTAINER= magick@zhadum.de
|
|
HOMEPAGE= http://sourceforge.net/projects/wmbiff/
|
|
COMMENT= xbuffy like "mail-checker" for WindowMaker
|
|
|
|
#DEPENDS+= windowmaker-*:../../wm/windowmaker
|
|
|
|
USE_X11= YES
|
|
USE_XPM= YES
|
|
USE_GMAKE= YES
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wmbiff
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|