openbsd-ports/converters/xlhtml/Makefile
2002-12-29 19:37:52 +00:00

23 lines
510 B
Makefile

# $OpenBSD: Makefile,v 1.2 2002/12/29 19:37:52 fgsch Exp $
COMMENT= "convert Excel and PowerPoint to HTML"
V= 0.2.9.8
DISTNAME= xlHtml-${V}
PKGNAME= xlhtml-${V}
CATEGORIES= converters
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>