8b85c54482
the DSSSL stylesheets. Installs into PREFIX/share/doc/docbook-modular in HTML format.
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.3 2000/12/05 14:58:28 avsm Exp $
|
|
|
|
DISTNAME= docbook-modular-1.59
|
|
CATEGORIES= textproc print
|
|
NEED_VERSION= 1.340
|
|
|
|
HOMEPAGE= http://www.nwalsh.com/docbook/dsssl/
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.nwalsh.com/docbook/dsssl/
|
|
EXTRACT_SUFX= .zip
|
|
DISTFILES= db159${EXTRACT_SUFX} db159d${EXTRACT_SUFX}
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
NO_BUILD= Yes
|
|
|
|
INST_DIR= ${PREFIX}/share/sgml/docbook/dsssl/modular
|
|
DOC_DIR= ${PREFIX}/share/doc/docbook-modular
|
|
INST_SUBDIRS= . common lib print html bin dtds/olink dtds/imagelib \
|
|
dtds/html dtds/decls dtds/dbdsssl olink test test/xml \
|
|
test/imagelib test/cases contrib/subdoc contrib/renumberinpart \
|
|
contrib/print contrib/imagemap contrib/html images \
|
|
images/callouts frames
|
|
DOC_SUBDIRS= . html lib print
|
|
|
|
do-install:
|
|
.for i in ${INST_SUBDIRS}
|
|
${INSTALL_DATA_DIR} ${INST_DIR}/$i
|
|
${INSTALL_DATA} `find ${WRKDIR}/docbook/$i -maxdepth 1 -type f` ${INST_DIR}/$i
|
|
.endfor
|
|
.for i in ${DOC_SUBDIRS}
|
|
${INSTALL_DATA_DIR} ${DOC_DIR}/$i
|
|
${INSTALL_DATA} `find ${WRKDIR}/docbook/doc/$i -maxdepth 1 -type f` ${DOC_DIR}/$i
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|