summaryrefslogtreecommitdiff
path: root/mail/libpst/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-18 02:14:32 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-18 02:14:32 +0000
commitcaaa6963da08c2802a1f7eda1b152f8d1b5bc0da (patch)
tree21c8b8d35cf417377518d81396f46687f879241f /mail/libpst/Makefile
parentFix 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/Makefile18
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>