diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-03 00:00:07 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-03 00:00:07 +0000 |
commit | 5679f3e4c0c3a500ed6296966c879d9fd59247e7 (patch) | |
tree | fc8b6b0ba381c8d2e36bf808c130645dca91a71f /mail/mavbiff | |
parent | 6db8acda597c9edb4bf120aa84bf1ba7f53858bf (diff) | |
download | ports-5679f3e4c0c3a500ed6296966c879d9fd59247e7.tar.gz ports-5679f3e4c0c3a500ed6296966c879d9fd59247e7.zip |
Notes
Diffstat (limited to 'mail/mavbiff')
-rw-r--r-- | mail/mavbiff/Makefile | 24 | ||||
-rw-r--r-- | mail/mavbiff/distinfo | 1 | ||||
-rw-r--r-- | mail/mavbiff/pkg-comment | 1 | ||||
-rw-r--r-- | mail/mavbiff/pkg-descr | 7 | ||||
-rw-r--r-- | mail/mavbiff/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/mail/mavbiff/Makefile b/mail/mavbiff/Makefile new file mode 100644 index 000000000000..fd0742a4ad87 --- /dev/null +++ b/mail/mavbiff/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: mavbiff +# Date created: 25 December 2001 +# Whom: Edwin Groothuis (edwin@mavetju.org) +# +# $FreeBSD$ +# + +PORTNAME= mavbiff +PORTVERSION= 1.1 +CATEGORIES= mail +MASTER_SITES= http://www.mavetju.org/download/ + +MAINTAINER= edwin@mavetju.org + +USE_GTK= yes + +MAN1= mavbiff.1 + +post-patch: + @${PERL} -pi -e "s|__GTK_CONFIG__|${GTK_CONFIG}|; \ + s|__INSTALL_DATA__|${INSTALL_DATA}|; \ + s|__INSTALL_PROG__|${INSTALL_PROGRAM}|" ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/mail/mavbiff/distinfo b/mail/mavbiff/distinfo new file mode 100644 index 000000000000..d611266b17d9 --- /dev/null +++ b/mail/mavbiff/distinfo @@ -0,0 +1 @@ +MD5 (mavbiff-1.1.tar.gz) = fbb2f48d9d83022101ab3f215dc02f01 diff --git a/mail/mavbiff/pkg-comment b/mail/mavbiff/pkg-comment new file mode 100644 index 000000000000..82505faf6f31 --- /dev/null +++ b/mail/mavbiff/pkg-comment @@ -0,0 +1 @@ +Small screen with active mailboxes and bring-to-front-facility diff --git a/mail/mavbiff/pkg-descr b/mail/mavbiff/pkg-descr new file mode 100644 index 000000000000..52ca9e08072c --- /dev/null +++ b/mail/mavbiff/pkg-descr @@ -0,0 +1,7 @@ +mavbiff consist of a window with a list of mailboxes in it. If mail +arrives in one of them, the button of the mailbox will change colour. +Pressing that button will popup the mailbox to the front. + +Author: Edwin Groothuis, edwin@mavetju.org + +WWW: http://www.mavetju.org/unix/general.php diff --git a/mail/mavbiff/pkg-plist b/mail/mavbiff/pkg-plist new file mode 100644 index 000000000000..c8af5e02d8cb --- /dev/null +++ b/mail/mavbiff/pkg-plist @@ -0,0 +1,4 @@ +bin/mavbiff +share/doc/mavbiff/dot-mavbiffrc +share/doc/mavbiff/README +@dirrm share/doc/mavbiff |