diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 02:14:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 02:14:32 +0000 |
commit | caaa6963da08c2802a1f7eda1b152f8d1b5bc0da (patch) | |
tree | 21c8b8d35cf417377518d81396f46687f879241f /mail/libpst/Makefile | |
parent | Fix the checksum for patch.3.3.11.1. In diff'ing the new patch to the older (diff) |
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>
Notes
Notes:
svn path=/head/; revision=73366
Diffstat (limited to 'mail/libpst/Makefile')
-rw-r--r-- | mail/libpst/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile new file mode 100644 index 000000000000..fb915a466260 --- /dev/null +++ b/mail/libpst/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: libpst +# Date created: 28 June 2002 +# Whom: Nate Underwood <natey@natey.com> +# +# $FreeBSD$ +# + +PORTNAME= libpst +PORTVERSION= 0.4.1 +CATEGORIES= mail converters +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ol2mbox +DISTNAME= libpst_0.4.1 +EXTRACT_SUFX= .tgz + +MAINTAINER= natey@natey.com + +.include <bsd.port.mk> |