diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-11-06 17:08:24 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-11-06 17:08:24 +0000 |
commit | e18859013a0848c531ddb08a338ff8e8905b011d (patch) | |
tree | dca0c5287b96cdbb0cab4849079ff155279301f2 /textproc/mswordview/Makefile | |
parent | 77004aa0acd160f93777b34aabb31012da2b0c98 (diff) | |
download | ports-e18859013a0848c531ddb08a338ff8e8905b011d.tar.gz ports-e18859013a0848c531ddb08a338ff8e8905b011d.zip |
MSWordView is a program that can understand the microsofts word 8
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
Notes
Notes:
svn path=/head/; revision=14374
Diffstat (limited to 'textproc/mswordview/Makefile')
-rw-r--r-- | textproc/mswordview/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/mswordview/Makefile b/textproc/mswordview/Makefile new file mode 100644 index 000000000000..735881e97ac9 --- /dev/null +++ b/textproc/mswordview/Makefile @@ -0,0 +1,18 @@ +# 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> |