mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
32 lines
765 B
Makefile
32 lines
765 B
Makefile
# New ports collection makefile for: xlHtml
|
|
# Date created: 27 March 2000
|
|
# Whom: Maxim Sobolev <sobomax@altavista.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlhtml
|
|
PORTVERSION= 0.2.6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.gate.net/~ddata/xlHtml/
|
|
DISTNAME= xlHtml-${PORTVERSION}
|
|
|
|
MAINTAINER= sobomax@altavista.net
|
|
|
|
LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
do-install:
|
|
(cd ${WRKSRC}/xlHtml && ${MAKE} ${INSTALL_TARGET})
|
|
(cd ${WRKSRC}/pptHtml && ${MAKE} ${INSTALL_TARGET})
|
|
.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
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|