diff options
author | wiz <wiz> | 2000-02-27 22:09:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-27 22:09:18 +0000 |
commit | 66b865b8ca1561b1cf9ffe602db2ca64d95cee64 (patch) | |
tree | de782169b3ee69a84dd485e998dc2c525afd412a /converters/wv/Makefile | |
parent | 8dccc27aeb165f920e3011ef9dcc644617600bd3 (diff) | |
download | pkgsrc-66b865b8ca1561b1cf9ffe602db2ca64d95cee64.tar.gz |
Initial import of wv, a MS-Word file to HTML/LaTeX converter.
This is the successor of textproc/mswordview, which should be retired
sometime -- at the moment there are still files that are handled better
by it.
Diffstat (limited to 'converters/wv/Makefile')
-rw-r--r-- | converters/wv/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile new file mode 100644 index 00000000000..f9ef65629ec --- /dev/null +++ b/converters/wv/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/27 22:09:18 wiz Exp $ +# + +DISTNAME= wv-0.5.43 +CATEGORIES= converters +MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/mswordview/development/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.wvWare.com/ + +DEPENDS+= libwmf-0.1.17:../../graphics/libwmf +DEPENDS+= ImageMagick-*:../../graphics/ImageMagick + +# not detected by configure, causes conflicts with the one coming with wv +CONFLICTS+= libgetopt-*:../../devel/libgetopt + +MAKE_ENV+= RM="${RM}" + +WRKSRC= ${WRKDIR}/wv +GNU_CONFIGURE= YES + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wv + cd ${WRKSRC} && ${INSTALL_DATA} COPYING CREDITS INSTALL KNOWN-BUGS \ + README Documentation/XML_Tags ${PREFIX}/share/doc/wv + +.include "../../mk/bsd.pkg.mk" |