pkgsrc/textproc/teixsl-fo/Makefile
xtraeme fecc31f3d4 Initial import of teixsl-fo 3.0 from pkgsrc-wip, packaged by Min Sik Kim.
teixsl-fo is a set of XSLT specifications to transform TEI XML
documents to XSL Formatting Objects.  It concentrates on TEI Lite, but
adding support for other modules is fairly easy.
2003-12-03 23:48:06 +00:00

27 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:48:06 xtraeme Exp $
DISTNAME= teixsl-fo
PKGNAME= ${DISTNAME}-3.0
WRKSRC= ${WRKDIR}
CATEGORIES= textproc
MASTER_SITES= http://www.tei-c.org/Stylesheets/
EXTRACT_SUFX= .zip
MAINTAINER= minskim@bawi.org
HOMEPAGE= http://www.tei-c.org/Stylesheets/teixsl.html
COMMENT= XSLT Stylesheets to convert TEI to XSL Formatting Objects
NO_CONFIGURE= YES
NO_BUILD= YES
XSLDIR= ${PREFIX}/share/xsl/tei/fo
XML_CATALOGS= ${XSLDIR}/catalog
do-install:
${INSTALL_DATA_DIR} ${XSLDIR}
${INSTALL_DATA} ${WRKSRC}/*.xsl ${XSLDIR}
${INSTALL_DATA} ${FILESDIR}/catalog ${XSLDIR}/catalog
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"