2000-11-06 17:18:02 +00:00
|
|
|
# New ports collection makefile for: wv
|
1998-11-06 17:08:24 +00:00
|
|
|
# Date created: Fri Nov 6 09:06:33 PST 1998
|
1999-01-01 15:00:53 +00:00
|
|
|
# Whom: sumikawa@kame.net
|
1998-11-06 17:08:24 +00:00
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1998-11-06 17:08:24 +00:00
|
|
|
#
|
|
|
|
|
2000-11-06 17:18:02 +00:00
|
|
|
PORTNAME= wv
|
2003-04-27 23:46:43 +00:00
|
|
|
PORTVERSION= 0.7.5
|
1998-11-06 17:12:02 +00:00
|
|
|
CATEGORIES= textproc
|
2000-11-06 17:18:02 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= wvware
|
1998-11-06 17:08:24 +00:00
|
|
|
|
2000-11-06 17:18:02 +00:00
|
|
|
MAINTAINER= mzaki@e-mail.ne.jp
|
2003-02-21 13:42:50 +00:00
|
|
|
COMMENT= A library and executables which allow access to Microsoft Word files
|
1998-11-06 17:08:24 +00:00
|
|
|
|
2002-11-29 10:18:06 +00:00
|
|
|
LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \
|
|
|
|
iconv.3:${PORTSDIR}/converters/libiconv \
|
|
|
|
png.5:${PORTSDIR}/graphics/png
|
2003-04-02 03:03:39 +00:00
|
|
|
RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx
|
1999-06-16 13:49:16 +00:00
|
|
|
|
2000-11-06 17:18:02 +00:00
|
|
|
USE_GMAKE= yes
|
2001-12-08 20:16:35 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-11-23 15:26:18 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-09-13 14:10:19 +00:00
|
|
|
CONFIGURE_ARGS= --with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \
|
2002-03-23 10:23:06 +00:00
|
|
|
--with-png=${LOCALBASE} --with-exporter --without-glib
|
1999-06-16 13:49:16 +00:00
|
|
|
|
2001-09-13 14:10:19 +00:00
|
|
|
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
|
2000-11-06 17:18:02 +00:00
|
|
|
MLINKS= wvWare.1 wvConvert.1
|
1998-11-06 17:08:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|