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
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-12-17 16:21:32 +01:00
|
|
|
PORTEPOCH= 1
|
2000-04-03 22:54:50 +02:00
|
|
|
CATEGORIES= textproc
|
2003-12-17 16:21:32 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= chicago
|
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
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= automake:14 autoconf:213
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
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>
|