1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/mswordview/Makefile
Jun-ichiro itojun Hagino e18859013a 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
1998-11-06 17:08:24 +00:00

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>