22 lines
499 B
Makefile
22 lines
499 B
Makefile
# 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
|
|
COMMENT= A tool for converting Outlook .pst files to Unix mbox format
|
|
|
|
PLIST_FILES= bin/readpst
|
|
|
|
.include <bsd.port.mk>
|