summaryrefslogtreecommitdiff
path: root/textproc/tei-p5-schema/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/tei-p5-schema/Makefile')
-rw-r--r--textproc/tei-p5-schema/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/tei-p5-schema/Makefile b/textproc/tei-p5-schema/Makefile
new file mode 100644
index 00000000000..08f86c39299
--- /dev/null
+++ b/textproc/tei-p5-schema/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/18 14:55:22 wiz Exp $
+#
+
+DISTNAME= tei-p5-schema-1.2.0
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tei/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.tei-c.org/
+COMMENT= TEI P5 schema files
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+
+XML_CATALOGS= ${TEIXMLDIR}/schema/catalog.xml
+
+TEIXMLDIR= ${PREFIX}/share/xml/tei
+
+INSTALLATION_DIRS= ${TEIXMLDIR}
+
+do-install:
+ cd ${WRKSRC}/share/xml/tei && \
+ ${CP} -R schema ${TEIXMLDIR}
+
+.include "../../textproc/xmlcatmgr/catalogs.mk"
+.include "../../mk/bsd.pkg.mk"