summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-11-15 14:39:46 +0000
committerwiz <wiz@pkgsrc.org>2019-11-15 14:39:46 +0000
commitea635087fa3016b8b6f239e36bb32da84fa7049c (patch)
tree4e3a1a2724e2aa2f92ff5ae8a4b488945e73be59 /mail
parent195b22b38eae54bdcb915160e232fb7802028587 (diff)
downloadpkgsrc-ea635087fa3016b8b6f239e36bb32da84fa7049c.tar.gz
pst-utils: update to 0.6.72nb1.
Fix pkg-config file and add USE_LIBTOOL.
Diffstat (limited to 'mail')
-rw-r--r--mail/pst-utils/DESCR4
-rw-r--r--mail/pst-utils/Makefile9
-rw-r--r--mail/pst-utils/PLIST3
3 files changed, 7 insertions, 9 deletions
diff --git a/mail/pst-utils/DESCR b/mail/pst-utils/DESCR
index b13f16d413d..86d51d6a36a 100644
--- a/mail/pst-utils/DESCR
+++ b/mail/pst-utils/DESCR
@@ -2,7 +2,3 @@ pst-utils contains a set of tools to read and convert Outlook PST
(Personal Folders) files. The main tools are:
* readpst - convert PST files to mbox and other formats
* lspst - list PST file data
-
-The package has been renamed from libpst to pst-utils to better
-reflect that its main purpose is to provide utilities rather than
-libraries for use by other packages.
diff --git a/mail/pst-utils/Makefile b/mail/pst-utils/Makefile
index 63fe5fc35d9..cc54d8ffe43 100644
--- a/mail/pst-utils/Makefile
+++ b/mail/pst-utils/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2019/11/15 11:09:15 sborrill Exp $
-#
+# $NetBSD: Makefile,v 1.2 2019/11/15 14:39:46 wiz Exp $
DISTNAME= libpst-0.6.72
PKGNAME= ${DISTNAME:S/libpst/pst-utils/}
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= https://www.five-ten-sg.com/libpst/packages/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.five-ten-sg.com/libpst/
-COMMENT= Tools for reading and converting PST files
+COMMENT= Tools for reading and converting Outlook PST files
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-dii
CONFIGURE_ARGS+= --disable-python
@@ -20,5 +21,7 @@ CONFIGURE_ARGS+= --disable-static-tools
USE_TOOLS+= pkg-config
+PKGCONFIG_OVERRIDE= libpst.pc.in
+
.include "../../devel/libgsf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/pst-utils/PLIST b/mail/pst-utils/PLIST
index a73bc973dc2..14403252cfb 100644
--- a/mail/pst-utils/PLIST
+++ b/mail/pst-utils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/11/15 11:09:15 sborrill Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/11/15 14:39:46 wiz Exp $
bin/lspst
bin/nick2ldif
bin/pst2ldif
@@ -20,4 +20,3 @@ share/doc/libpst-${PKGVERSION}/COPYING
share/doc/libpst-${PKGVERSION}/ChangeLog
share/doc/libpst-${PKGVERSION}/NEWS
share/doc/libpst-${PKGVERSION}/README
-@pkgdir share/doc/libpst-${PKGVERSION}/devel