2002-02-27 19:23:39 +01:00
|
|
|
# New ports collection makefile for: xlhtml
|
2000-04-03 22:54:50 +02:00
|
|
|
# Date created: 27 March 2000
|
2000-05-17 13:18:29 +02:00
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-04-03 22:54:50 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= xlhtml
|
2003-12-17 16:21:32 +01:00
|
|
|
PORTVERSION= 0.5
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 4
|
2003-12-17 16:21:32 +01:00
|
|
|
PORTEPOCH= 1
|
2000-04-03 22:54:50 +02:00
|
|
|
CATEGORIES= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/chicago/${PORTNAME}/backend
|
2002-09-03 10:34:29 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-04-03 22:54:50 +02:00
|
|
|
|
2005-02-13 19:28:23 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-17 16:21:32 +01:00
|
|
|
COMMENT= Convert Excel and PowerPoint files to HTML and text
|
2000-04-03 22:54:50 +02:00
|
|
|
|
2003-12-17 16:21:32 +01:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= automake14 autoconf
|
2007-07-28 08:33:59 +02:00
|
|
|
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
2000-07-24 10:55:22 +02:00
|
|
|
|
2002-02-27 19:23:39 +01:00
|
|
|
MAN1= ppthtml.1 xlhtml.1
|
2000-04-03 22:54:50 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-12-17 16:21:32 +01:00
|
|
|
post-install:
|
|
|
|
.for dir in xlhtml ppthtml
|
|
|
|
@${MKDIR} ${DOCSDIR}/${dir}
|
|
|
|
cd ${WRKSRC}/${dir} && \
|
|
|
|
${INSTALL_DATA} ChangeLog README THANKS ${DOCSDIR}/${dir}
|
|
|
|
.endfor
|
2000-04-03 22:54:50 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|