diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-18 02:14:32 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-18 02:14:32 +0000 |
commit | d6b555d6b37f593ba5309a215a4f34ff31470f39 (patch) | |
tree | 909221438d39b7d611ee7692cd4183330414d950 /mail/Makefile | |
parent | 63c0163776350e02e4d653ea0b848579de6fc7b4 (diff) | |
download | FreeBSD-ports-d6b555d6b37f593ba5309a215a4f34ff31470f39.zip FreeBSD-ports-d6b555d6b37f593ba5309a215a4f34ff31470f39.tar.gz |
New port: Tool to convert Outlook .pst to Unix mbox
A small CLI tool to convert M$ Outlook .pst files to standard
Unix mbox files. Port is named libpst...actual binary is
readpst.
PR: ports/39963
Submitted by: Nate Underwood <natey@natey.com>
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 7327564..ba75d27 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -95,6 +95,7 @@ SUBDIR += libesmtp SUBDIR += libetpan SUBDIR += liboe + SUBDIR += libpst SUBDIR += librfc822 SUBDIR += listmanager SUBDIR += lmtp2nntp |