diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-17 15:21:32 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-17 15:21:32 +0000 |
commit | ca06e7b452e9a9ef8aac391c92b9cc4984b99cc1 (patch) | |
tree | 736aa5dd559949969ca786cd4860b93cea5fbed9 /textproc/xlhtml | |
parent | e4789de0d903aa2669ad4435a6924e66b9b8d6fe (diff) |
Notes
Diffstat (limited to 'textproc/xlhtml')
-rw-r--r-- | textproc/xlhtml/Makefile | 28 | ||||
-rw-r--r-- | textproc/xlhtml/distinfo | 2 | ||||
-rw-r--r-- | textproc/xlhtml/pkg-plist | 13 |
3 files changed, 25 insertions, 18 deletions
diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index 46596675705f..7339ec6da14d 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -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> diff --git a/textproc/xlhtml/distinfo b/textproc/xlhtml/distinfo index 1479c36ac0dc..40a075686044 100644 --- a/textproc/xlhtml/distinfo +++ b/textproc/xlhtml/distinfo @@ -1 +1 @@ -MD5 (xlhtml.0.5.1.tgz) = deeb108545e1848fce5dcb8d84d8a48e +MD5 (xlhtml-0.5.tgz) = 2ff805c5384bdde9675cb136f54df32e diff --git a/textproc/xlhtml/pkg-plist b/textproc/xlhtml/pkg-plist index ad4ba332126e..8a41728142ab 100644 --- a/textproc/xlhtml/pkg-plist +++ b/textproc/xlhtml/pkg-plist @@ -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%% |