diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-09 17:30:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-09 17:30:45 +0000 |
commit | 49a0732e90b1834c46248e9f65025bf1fd53ecbb (patch) | |
tree | e74b1d62d231fafad16f69107cd92e0de72eb445 /mail/bbmail | |
parent | 965bc65df04d0d3744d19037833fb7e24e99d8e8 (diff) | |
download | ports-49a0732e90b1834c46248e9f65025bf1fd53ecbb.tar.gz ports-49a0732e90b1834c46248e9f65025bf1fd53ecbb.zip |
Notes
Diffstat (limited to 'mail/bbmail')
-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 |