From 73dda3124346c56f235485900adaff0f2e665046 Mon Sep 17 00:00:00 2001 From: nork Date: Fri, 11 Jul 2003 18:28:26 +0000 Subject: Update to 0.7.6. PR: ports/53584 Submitted by: Ports Fury --- textproc/wv/Makefile | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'textproc/wv/Makefile') diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 3a0d38b9be25..ac372a9a75ed 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wv -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware @@ -14,19 +14,27 @@ MASTER_SITE_SUBDIR= wvware MAINTAINER= mzaki@e-mail.ne.jp COMMENT= A library and executables which allow access to Microsoft Word files -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ - iconv.3:${PORTSDIR}/converters/libiconv \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx +USE_GETOPT_LONG= yes +USE_REINPLACE= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \ - --with-png=${LOCALBASE} --with-exporter --without-glib +CONFIGURE_ARGS= --with-exporter --without-glib +MAKEFILE= GNUmakefile +INSTALLS_SHLIB= yes MAN1= wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \ wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1 MLINKS= wvWare.1 wvConvert.1 +CPPFLAGS= -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +post-patch: + @${REINPLACE_CMD} -e '/HAVE_MALLOC_H/d' ${WRKSRC}/config.h.in + .include -- cgit