blob: 57323a90ab3c2ad6133368aa2ec32f01daa34958 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|