diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2000-08-14 15:49:03 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2000-08-14 15:49:03 +0800 |
commit | 4d3f482cc25146637bae72691269863884ae5a85 (patch) | |
tree | 17d2e665b386a40b6c2f40d802ce170dc31c4125 /mail/Makefile | |
parent | 45e7f4ea29ddf76a90bad988c462081df796573d (diff) | |
download | freebsd-ports-gnome-4d3f482cc25146637bae72691269863884ae5a85.tar.gz freebsd-ports-gnome-4d3f482cc25146637bae72691269863884ae5a85.tar.zst freebsd-ports-gnome-4d3f482cc25146637bae72691269863884ae5a85.zip |
New port: cclient built with third-party maildir support. Cclient is used
by UW's pine and imapd software to access mailboxes. This port complements
the existing cclient port by building a version that includes support for
qmail's maildir mailbox format.
PR: 19691
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 7bc18997c06b..42e6f0df8176 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -9,6 +9,7 @@ SUBDIR += biffer SUBDIR += bulk_mailer SUBDIR += cclient + SUBDIR += cclient-maildir SUBDIR += cmail SUBDIR += coolmail SUBDIR += courier-imap |