b17099706d
-- These are DSSSL stylesheets for the DocBook DTD (they are also completely compatible with the DocBook XML DTD). DSSSL is a stylesheet language for both print and online rendering. The acronym stands for Document Style Semantics and Specification Language. It is defined by ISO/IEC 10179:1996. For more general information about DSSSL, see the DSSSL Page at http://www.jclark.com/dsssl
36 lines
1008 B
Makefile
36 lines
1008 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2000/10/08 23:45:00 avsm Exp $
|
|
|
|
DISTNAME= docbook-modular-1.57
|
|
CATEGORIES= textproc print
|
|
NEED_VERSION= 1.338
|
|
|
|
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= db157${EXTRACT_SUFX}
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
NO_BUILD= Yes
|
|
|
|
INST_DIR= ${PREFIX}/share/sgml/docbook/dsssl/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
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|