summaryrefslogtreecommitdiff
path: root/textproc/tei-xsl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/tei-xsl/Makefile')
-rw-r--r--textproc/tei-xsl/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/tei-xsl/Makefile b/textproc/tei-xsl/Makefile
new file mode 100644
index 00000000000..5ec906ff624
--- /dev/null
+++ b/textproc/tei-xsl/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/18 14:13:08 wiz Exp $
+#
+
+DISTNAME= tei-xsl-5.14
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tei/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://tei.sourceforge.net/
+COMMENT= XSLT Stylesheets to convert TEI to FO, HTML, and LaTeX
+
+USE_LANGUAGES= # none
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+TEIXSLDIR= ${PREFIX}/share/xsl/tei-xsl
+DOCDIR= ${PREFIX}/share/doc/tei-xsl
+
+INSTALLATION_DIRS= ${TEIXSLDIR} ${DOCDIR}
+
+XML_ENTRIES= rewriteURI http://www.tei-c.org/Stylesheets/ \
+ ${TEIXSLDIR}
+
+do-install:
+ cd ${WRKSRC} && ${CP} -R p4 p5 ${TEIXSLDIR}
+ cd ${WRKSRC}/doc && ${CP} -R * ${DOCDIR}
+
+.include "../../textproc/xmlcatmgr/catalogs.mk"
+.include "../../mk/bsd.pkg.mk"