mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- 0.5.1 is no longer available from the master sites - thus,
downgrade to 0.5 - the latest official release - Use proper MASTER_SITE_SOURCEFORGE While I'm here: - Silence configure warning - Shorten COMMENT to fit the limit - Install additional docs, respect NOPORTDOCS in pkg-plist PR: 60318 Submitted by: maintainer
This commit is contained in:
parent
e4789de0d9
commit
ca06e7b452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96054
@ -6,29 +6,29 @@
|
||||
#
|
||||
|
||||
PORTNAME= xlhtml
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://chicago.sourceforge.net/xlhtml/
|
||||
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= chicago
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= coop9211@uidaho.edu
|
||||
COMMENT= Utilities converting Excel and PowerPoint files to HTML and text
|
||||
COMMENT= Convert Excel and PowerPoint files to HTML and text
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOMAKE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= ppthtml.1 xlhtml.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/xlhtml
|
||||
${INSTALL_MAN} ${WRKSRC}/xlhtml/README \
|
||||
${PREFIX}/share/doc/xlhtml/README.xlhtml
|
||||
${INSTALL_MAN} ${WRKSRC}/ppthtml/README \
|
||||
${PREFIX}/share/doc/xlhtml/README.ppthtml
|
||||
post-install:
|
||||
.for dir in xlhtml ppthtml
|
||||
@${MKDIR} ${DOCSDIR}/${dir}
|
||||
cd ${WRKSRC}/${dir} && \
|
||||
${INSTALL_DATA} ChangeLog README THANKS ${DOCSDIR}/${dir}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xlhtml.0.5.1.tgz) = deeb108545e1848fce5dcb8d84d8a48e
|
||||
MD5 (xlhtml-0.5.tgz) = 2ff805c5384bdde9675cb136f54df32e
|
||||
|
@ -1,8 +1,15 @@
|
||||
@comment $FreeBSD$
|
||||
bin/nsopen
|
||||
bin/nspptview
|
||||
bin/nsxlview
|
||||
bin/ppthtml
|
||||
bin/xlhtml
|
||||
share/doc/xlhtml/README.ppthtml
|
||||
share/doc/xlhtml/README.xlhtml
|
||||
@dirrm share/doc/xlhtml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xlhtml/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xlhtml/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xlhtml/THANKS
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/xlhtml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ppthtml/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ppthtml/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ppthtml/THANKS
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ppthtml
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user