2002-02-27 13:23:39 -05:00
|
|
|
# New ports collection makefile for: xlhtml
|
2000-04-03 16:54:50 -04:00
|
|
|
# Date created: 27 March 2000
|
2000-05-17 07:18:29 -04:00
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-04-03 16:54:50 -04:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 17:54:47 -04:00
|
|
|
PORTNAME= xlhtml
|
2002-02-27 13:23:39 -05:00
|
|
|
PORTVERSION= 0.4
|
2000-04-03 16:54:50 -04:00
|
|
|
CATEGORIES= textproc
|
2002-03-05 09:55:14 -05:00
|
|
|
MASTER_SITES= http://www.xlhtml.org/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= sobomax
|
2000-04-03 16:54:50 -04:00
|
|
|
|
2000-05-17 07:18:29 -04:00
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
2000-04-03 16:54:50 -04:00
|
|
|
|
|
|
|
LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole
|
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
2000-07-24 04:55:22 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/cole"
|
|
|
|
|
2002-02-27 13:23:39 -05:00
|
|
|
MAN1= ppthtml.1 xlhtml.1
|
2000-04-03 16:54:50 -04:00
|
|
|
|
|
|
|
do-install:
|
2002-02-27 13:23:39 -05:00
|
|
|
(cd ${WRKSRC}/xlhtml && ${MAKE} ${INSTALL_TARGET})
|
|
|
|
(cd ${WRKSRC}/ppthtml && ${MAKE} ${INSTALL_TARGET})
|
2000-04-03 16:54:50 -04:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-02-27 13:23:39 -05:00
|
|
|
${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
|
2000-04-03 16:54:50 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|