pkgsrc/textproc/teixsl-fo/Makefile
jlam 11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00

31 lines
816 B
Makefile

# $NetBSD: Makefile,v 1.15 2006/03/21 06:00:50 jlam Exp $
DISTNAME= teixsl-fo
PKGNAME= ${DISTNAME}-3.3
PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://www.tei-c.org/Stylesheets/P4/
EXTRACT_SUFX= .zip
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.tei-c.org/Stylesheets/teixsl.html
COMMENT= XSLT Stylesheets to convert TEI to XSL Formatting Objects
DEPENDS+= teixsl-html-[0-9]*:../../textproc/teixsl-html
WRKSRC= ${WRKDIR}
DIST_SUBDIR= ${PKGNAME_NOREV}
NO_CONFIGURE= YES
NO_BUILD= YES
XSLDIR= ${PREFIX}/share/xsl/tei/fo
XML_ENTRIES= system "http://www.tei-c.org/Stylesheets/P4/tei.xsl" \
${PREFIX}/share/xsl/tei/fo/tei.xsl
do-install:
${INSTALL_DATA_DIR} ${XSLDIR}
${INSTALL_DATA} ${WRKSRC}/fo/*.xsl ${XSLDIR}
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"