summaryrefslogtreecommitdiff
path: root/converters/wv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/wv/Makefile')
-rw-r--r--converters/wv/Makefile42
1 files changed, 24 insertions, 18 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile
index bdb66022f34..00aaf2a0cac 100644
--- a/converters/wv/Makefile
+++ b/converters/wv/Makefile
@@ -1,32 +1,38 @@
-# $NetBSD: Makefile,v 1.31 2003/12/04 19:48:24 xtraeme Exp $
+# $NetBSD: Makefile,v 1.32 2003/12/13 23:45:12 xtraeme Exp $
#
-DISTNAME= wv-0.7.6
-PKGREVISION= 2
-CATEGORIES= converters
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/}
+DISTNAME= wv-1.0.0
+CATEGORIES= converters
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/}
-MAINTAINER= adam@NetBSD.org
-HOMEPAGE= http://wvware.sourceforge.net/
-COMMENT= Microsoft Word doc to HTML/LaTeX converter
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://wvware.sourceforge.net/
+COMMENT= Library and executables to access Microsoft Word files
-# not detected by configure, causes conflicts with the one coming with wv
-#CONFLICTS+= libgetopt-[0-9]*
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+USE_X11= yes
+GNU_CONFIGURE= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/wv-1.0.pc.in
-USE_BUILDLINK2= YES
-USE_X11= YES
-USE_GMAKE= YES
-USE_LIBTOOL= YES
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-GNU_CONFIGURE= YES
-MAKE_ENV+= RM="${RM} -f"
MAKEFILE= GNUmakefile
+
CONFIGURE_ARGS+= --with-libwmf=${BUILDLINK_PREFIX.libwmf}
+CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.libiconv}
CONFIGURE_ARGS+= --with-libxml2=${BUILDLINK_PREFIX.libxml2}
+CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png}
.include "../../converters/libiconv/buildlink2.mk"
-.include "../../devel/glib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/glib2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"
.include "../../graphics/libwmf/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"