mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
27131af048
Feature safe: yes
25 lines
595 B
Makefile
25 lines
595 B
Makefile
# Created by: Johann Visagie <wjv@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= docbook-tdg
|
|
PORTVERSION= 2.0.17
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.docbook.org/tdg/en/
|
|
DISTNAME= tdg-en-html-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Norman Walsh's book "DocBook: The Definitive Guide"
|
|
|
|
USE_ZIP= yes
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/tdg/en
|
|
|
|
do-install:
|
|
.for D in html/figures/callouts html/figures/admon html/figures html
|
|
${MKDIR} ${DOCSDIR}/${D}
|
|
${INSTALL_DATA} ${WRKSRC}/${D}/*.* ${DOCSDIR}/${D}/
|
|
.endfor
|
|
${INSTALL_DATA} ${FILESDIR}/index.html ${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|