mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
f146dd6db4
Change home of project PR: 86554 Submitted by: Jonathan <afarsec@012.net.il> Approved by: pav (mentor), natey@natey.com (maintainer)
23 lines
515 B
Makefile
23 lines
515 B
Makefile
# New ports collection makefile for: libpst
|
|
# Date created: 28 June 2002
|
|
# Whom: Nate Underwood <natey@natey.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libpst
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= mail converters
|
|
MASTER_SITES= http://alioth.debian.org/download.php/844/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= natey@natey.com
|
|
COMMENT= A tool for converting Outlook .pst files to Unix mbox format
|
|
|
|
USE_GMAKE= YES
|
|
|
|
MAN1= readpst.1 readpstlog.1
|
|
PLIST_FILES= bin/readpst bin/readpstlog bin/lspst
|
|
|
|
.include <bsd.port.mk>
|