1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/textproc/docbook-xsl/Makefile
Dag-Erling Smørgrav a4f22f7d06 Upgrade to 1.50.0.
2002-04-25 18:43:03 +00:00

41 lines
962 B
Makefile

# New ports collection makefile for: docbook-xml
# Date created: 17 January 2002
# Whom: des
#
# $FreeBSD$
#
PORTNAME= docbook-xsl
PORTVERSION= 1.50.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= docbook
MAINTAINER= des@freebsd.org
RUN_DEPENDS= ${XMLDIR}/docbook/catalog:${PORTSDIR}/textproc/docbook-xml \
${XMLDIR}/sdocbook/catalog:${PORTSDIR}/textproc/sdocbook-xml
XMLDIR= ${LOCALBASE}/share/xml
INSTDIR= ${PREFIX}/share/xsl/docbook
NO_BUILD= yes
post-extract:
${FIND} ${WRKSRC} -name '.#*' -delete
do-install:
.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC}/doc && ${TAR} -cf - . |\
${TAR} -xf - -C${DOCSDIR})
${MKDIR} ${DOCSDIR}/htmlhelp
(cd ${WRKSRC}/htmlhelp && ${TAR} -cf - . |\
${TAR} -xf - -C${DOCSDIR}/htmlhelp)
.endif
${MKDIR} ${INSTDIR}
(cd ${WRKSRC} && ${TAR} -cf - VERSION common fo html lib params xhtml |\
${TAR} -xf - -C${INSTDIR})
.include <bsd.port.mk>