openbsd-ports/converters/xlhtml/Makefile

25 lines
570 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/21 08:45:13 ajacoutot Exp $
COMMENT= convert Excel and PowerPoint to HTML
V= 0.2.9.8
DISTNAME= xlHtml-${V}
2010-10-23 18:01:29 -04:00
PKGNAME= xlhtml-${V}
REVISION= 1
2006-10-28 07:19:20 -04:00
SHARED_LIBS += cole 2.1 # .2.1
CATEGORIES= converters
MASTER_SITES= http://gd.tuwien.ac.at/utils/format-conv/xlHtml/
HOMEPAGE= http://chicago.sourceforge.net/xlhtml/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
2010-10-23 18:01:29 -04:00
2004-11-21 17:53:58 -05:00
WANTLIB= c
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-static ${CONFIGURE_SHARED}
.include <bsd.port.mk>