Enable building the shared library.

PR:		ports/178546
Submitted by:	myself
Approved by:	maintainer
This commit is contained in:
Koop Mast 2013-05-13 09:18:51 +00:00
parent d40cec5ca3
commit f6841c1d40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318029
2 changed files with 17 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= libpst
PORTVERSION= 0.6.58
PORTREVISION= 1
CATEGORIES= mail converters
MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \
http://fossies.org/unix/privat/
@ -16,10 +17,11 @@ LIB_DEPENDS= gsf-1:${PORTSDIR}/devel/libgsf
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= iconv
USES= iconv pathfix
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -liconv
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-python --enable-libpst-shared
USE_LDCONFIG= yes
MAN1= lspst.1 pst2dii.1 pst2ldif.1 readpst.1
MAN5= outlook.pst.5

View File

@ -3,3 +3,16 @@ bin/nick2ldif
bin/pst2ldif
bin/readpst
%%PST2DII%%bin/pst2dii
include/libpst-4/libpst/common.h
include/libpst-4/libpst/libpst.h
include/libpst-4/libpst/libstrfunc.h
include/libpst-4/libpst/lzfu.h
include/libpst-4/libpst/timeconv.h
include/libpst-4/libpst/vbuf.h
lib/libpst.a
lib/libpst.la
lib/libpst.so
lib/libpst.so.5
libdata/pkgconfig/libpst.pc
@dirrm include/libpst-4/libpst
@dirrm include/libpst-4