1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/textproc/xlhtml/Makefile

30 lines
578 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= xlhtml
PORTVERSION= 0.5
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= SF/chicago/${PORTNAME}/backend
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert Excel and PowerPoint files to HTML and text
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gmake tar:tgz
OPTIONS_DEFINE= DOCS
post-install:
.for dir in xlhtml ppthtml
@${MKDIR} ${STAGEDIR}${DOCSDIR}/${dir}
cd ${WRKSRC}/${dir} && \
${INSTALL_DATA} ChangeLog README THANKS \
${STAGEDIR}${DOCSDIR}/${dir}
.endfor
.include <bsd.port.mk>