diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-09 20:21:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-09 20:21:12 +0800 |
commit | e2753dfdae4c0eb60fe8d099e49b4a7a65d713f3 (patch) | |
tree | 648b5ccfccfe05ae87ce3b39523e988a006eae05 /mail | |
parent | 6808cbe2bc447cbe69010fc7bfc4818aeebd3163 (diff) | |
download | freebsd-ports-gnome-e2753dfdae4c0eb60fe8d099e49b4a7a65d713f3.tar.gz freebsd-ports-gnome-e2753dfdae4c0eb60fe8d099e49b4a7a65d713f3.tar.zst freebsd-ports-gnome-e2753dfdae4c0eb60fe8d099e49b4a7a65d713f3.zip |
Finish stage support
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libpst/Makefile | 8 | ||||
-rw-r--r-- | mail/libpst/pkg-plist | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index 97e55606e521..3427f431edff 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -3,6 +3,7 @@ PORTNAME= libpst PORTVERSION= 0.6.63 +PORTREVISION= 1 CATEGORIES= mail converters MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ http://fossies.org/unix/privat/ @@ -12,7 +13,7 @@ COMMENT= Tool for converting Outlook .pst files to mbox and other formats LICENSE= GPLv2 -LIB_DEPENDS= gsf-1:${PORTSDIR}/devel/libgsf +LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf GNU_CONFIGURE= yes USES= iconv pathfix gmake pkgconfig @@ -21,9 +22,6 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+= --disable-python --enable-libpst-shared USE_LDCONFIG= yes -MAN1= lspst.1 pst2dii.1 pst2ldif.1 readpst.1 -MAN5= outlook.pst.5 - PORTDOCS= * OPTIONS_DEFINE= DOCS PST2DII @@ -35,7 +33,7 @@ PST2DII_DESC= Allow Summation Document Image Information output CONFIGURE_ARGS+= --enable-dii=yes BUILD_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick -LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd PLIST_SUB+= PST2DII="" .else CONFIGURE_ARGS+= --enable-dii=no diff --git a/mail/libpst/pkg-plist b/mail/libpst/pkg-plist index db8d408f33d4..c64c26cd4dbf 100644 --- a/mail/libpst/pkg-plist +++ b/mail/libpst/pkg-plist @@ -14,5 +14,10 @@ lib/libpst.la lib/libpst.so lib/libpst.so.5 libdata/pkgconfig/libpst.pc +man/man1/lspst.1.gz +man/man1/pst2dii.1.gz +man/man1/pst2ldif.1.gz +man/man1/readpst.1.gz +man/man5/outlook.pst.5.gz @dirrm include/libpst-4/libpst @dirrm include/libpst-4 |