136372fb0c
-- xlHtml is an Excel 95 and later file converter. Its HTML output can be used as a Netscape Plugin to let you view xls e-mail attachments. It can also extract regions of a spreadsheet and convert the spreadsheet to pure text rather than html.
24 lines
533 B
Makefile
24 lines
533 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/13 15:16:17 avsm Exp $
|
|
|
|
COMMENT= "convert Excel and PowerPoint to HTML"
|
|
|
|
V= 0.2.9.8
|
|
DISTNAME= xlHtml-${V}
|
|
PKGNAME= xlhtml-${V}
|
|
CATEGORIES= converters
|
|
NEED_VERSION= 1.402
|
|
|
|
MASTER_SITES= http://www.xlhtml.org/
|
|
HOMEPAGE= http://www.xlhtml.org/
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --enable-static ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|