freebsd-ports/mail/wmymail/Makefile
Tilman Keskinoz a4b44572ba 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>
2003-06-26 15:53:21 +00:00

23 lines
497 B
Makefile

# 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>