mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e18859013a
binary file format (office97), it currently converts word into html, which can then be read with a browser. It is also capable of converting Japanese MS Word document MSWordView HomePage is http://www.csn.ul.ie/~caolan/docs/MSWordView.html Reviewed by: itojun Submitted by: sumikawa@kame.net
19 lines
397 B
Makefile
19 lines
397 B
Makefile
# New ports collection makefile for: mswordview
|
|
# Version required: 0.4.9
|
|
# Date created: Fri Nov 6 09:06:33 PST 1998
|
|
# Whom: sumikawa
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= mswordview-0.4.9
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/mswordview/
|
|
|
|
MAINTAINER= sumikawa@kame.net
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= $(WRKDIR)/mswordview
|
|
|
|
.include <bsd.port.mk>
|