diff options
author | arved <arved@FreeBSD.org> | 2003-06-26 23:53:21 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-26 23:53:21 +0800 |
commit | f25ad800ff0978d902f4385ff1557f7aaf5c931e (patch) | |
tree | 5eb17029b2b346548679be0e04c759b3ef3b7196 /mail/wmymail/Makefile | |
parent | 328bd37083b9b52805e6da38486e15b0ce75a496 (diff) | |
download | freebsd-ports-graphics-f25ad800ff0978d902f4385ff1557f7aaf5c931e.tar.gz freebsd-ports-graphics-f25ad800ff0978d902f4385ff1557f7aaf5c931e.tar.zst freebsd-ports-graphics-f25ad800ff0978d902f4385ff1557f7aaf5c931e.zip |
Add wmymail, small DockApp to display the number of new mail
messages in a user's inbox. It uses fetchmail and libdockapp.
PR: 42072
Submitted by: Bruce M Simpson <bms@spc.org>
Diffstat (limited to 'mail/wmymail/Makefile')
-rw-r--r-- | mail/wmymail/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/wmymail/Makefile b/mail/wmymail/Makefile new file mode 100644 index 00000000000..53500bd9f16 --- /dev/null +++ b/mail/wmymail/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: wmymail +# Date created: 27 August 2002 +# Whom: Bruce M Simpson <bms@spc.org> +# +# $FreeBSD$ + +PORTNAME= wmymail +PORTVERSION= 0.2 +CATEGORIES= mail x11 +MASTER_SITES= http://yath.mine.nu/wmymail/ \ + http://dockapps.org/files/65/96/ + +MAINTAINER= bms@spc.org +COMMENT= Check inbox using a WindowMaker DockApp + +LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp +RUN_DEPENDS= fetchmail:${PORTSDIR}/mail/fetchmail + +USE_X_PREFIX= yes + +NOMAN= + +.include <bsd.port.mk> |