2003-01-18 02:14:32 +00:00
|
|
|
# New ports collection makefile for: libpst
|
|
|
|
# Date created: 28 June 2002
|
|
|
|
# Whom: Nate Underwood <natey@natey.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-09-27 17:41:00 +00:00
|
|
|
PORTNAME= libpst
|
|
|
|
PORTVERSION= 0.5.1
|
|
|
|
CATEGORIES= mail converters
|
|
|
|
MASTER_SITES= http://alioth.debian.org/download.php/844/
|
|
|
|
EXTRACT_SUFX= .tgz
|
2003-01-18 02:14:32 +00:00
|
|
|
|
2005-09-27 17:41:00 +00:00
|
|
|
MAINTAINER= natey@natey.com
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= A tool for converting Outlook .pst files to Unix mbox format
|
2003-01-18 02:14:32 +00:00
|
|
|
|
2005-09-27 17:41:00 +00:00
|
|
|
USE_GMAKE= YES
|
|
|
|
|
|
|
|
MAN1= readpst.1 readpstlog.1
|
|
|
|
PLIST_FILES= bin/readpst bin/readpstlog bin/lspst
|
2004-02-06 13:12:53 +00:00
|
|
|
|
2003-01-18 02:14:32 +00:00
|
|
|
.include <bsd.port.mk>
|