diff options
author | steve <steve@FreeBSD.org> | 1999-05-10 01:30:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-10 01:30:45 +0800 |
commit | 1cd113cb8d8749374ff3a5f68ccda77a6215bb00 (patch) | |
tree | 3d84d00f57f2b0e06790695a3cd54519ccaa5b89 /mail | |
parent | 9c2423b75e4c6376e9a92d840eb9768abb70fc75 (diff) | |
download | freebsd-ports-gnome-1cd113cb8d8749374ff3a5f68ccda77a6215bb00.tar.gz freebsd-ports-gnome-1cd113cb8d8749374ff3a5f68ccda77a6215bb00.tar.zst freebsd-ports-gnome-1cd113cb8d8749374ff3a5f68ccda77a6215bb00.zip |
Initial import of bbmail version 0.5.0.
A tool intended for Blackbox that checks for new mail.
PR: 11477
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bbmail/Makefile | 18 | ||||
-rw-r--r-- | mail/bbmail/distinfo | 1 | ||||
-rw-r--r-- | mail/bbmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/bbmail/pkg-descr | 8 | ||||
-rw-r--r-- | mail/bbmail/pkg-plist | 7 |
5 files changed, 35 insertions, 0 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile new file mode 100644 index 000000000000..3236c1dc52f7 --- /dev/null +++ b/mail/bbmail/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: bbmail +# Version required: 0.5.0 +# Date created: May 3 1999 +# Whom: Chris Piazza <cpiazza@home.net> +# +# $Id$ +# + +DISTNAME= bbmail-0.5.0 +CATEGORIES= mail +MASTER_SITES= http://bbtools.windsofstorm.net/sources/ + +MAINTAINER= cpiazza@home.net + +GNU_CONFIGURE= YES +USE_XLIB= YES + +.include <bsd.port.mk> diff --git a/mail/bbmail/distinfo b/mail/bbmail/distinfo new file mode 100644 index 000000000000..ab21e1c57429 --- /dev/null +++ b/mail/bbmail/distinfo @@ -0,0 +1 @@ +MD5 (bbmail-0.5.0.tar.gz) = 1b1a92caaa1793c3498627b0723973e5 diff --git a/mail/bbmail/pkg-comment b/mail/bbmail/pkg-comment new file mode 100644 index 000000000000..b757c93ffd92 --- /dev/null +++ b/mail/bbmail/pkg-comment @@ -0,0 +1 @@ +A tool intended for Blackbox that checks for new mail. diff --git a/mail/bbmail/pkg-descr b/mail/bbmail/pkg-descr new file mode 100644 index 000000000000..80533255fe79 --- /dev/null +++ b/mail/bbmail/pkg-descr @@ -0,0 +1,8 @@ +A tool that displays the status of your mailbox and warns you when new +mail has arrived. It was designed to be used with the Blackbox window manager +but should work with any window manager. + +WWW: http://bbtools.windsofstorm.net/ + +-Chris Piazza +cpiazza@home.net diff --git a/mail/bbmail/pkg-plist b/mail/bbmail/pkg-plist new file mode 100644 index 000000000000..578e8da7dcc0 --- /dev/null +++ b/mail/bbmail/pkg-plist @@ -0,0 +1,7 @@ +bin/bbmail +share/bbtools/README.bbmail +share/bbtools/bbmail.conf +share/bbtools/bbmail.nobb +share/bbtools/bbmail.style +share/bbtools/bbtoolsrc.in +@dirrm share/bbtools |