From 1ac6a1baf98d33604a875ad52ff77c179e28d719 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 3 Jan 2003 12:16:48 +0000 Subject: New Port: TEI Lite XML DTD XML version of the TEI-Lite DTD PR: ports/38335 Submitted by: Henrik Motakef ZZ --- textproc/tei-xlite/Makefile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 textproc/tei-xlite/Makefile (limited to 'textproc/tei-xlite/Makefile') diff --git a/textproc/tei-xlite/Makefile b/textproc/tei-xlite/Makefile new file mode 100644 index 000000000000..01344f5d745e --- /dev/null +++ b/textproc/tei-xlite/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: tei-xlite +# Date created: 19 May 2002 +# Whom: Henrik Motakef +# +# $FreeBSD$ +# + +PORTNAME= tei +PORTVERSION= 1.0 +CATEGORIES= textproc +MASTER_SITES= http://www.tei-c.org/Lite/DTD/ +PKGNAMESUFFIX= -xlite +DISTNAME= teixlite +EXTRACT_SUFX= .dtd +EXTRACT_ONLY= # Empty + +MAINTAINER= henrik.motakef@web.de + +RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog + +NO_BUILD= yes +PLIST_SUB= MKCATALOG=${MKCATALOG} CATALOG=${CATALOG} +INSTDIR= ${PREFIX}/share/xml/tei/xlite +CATALOG= ${PREFIX}/share/xml/catalog +MKCATALOG= ${PREFIX}/sbin/mkcatalog + +do-install: + @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} + @${INSTALL_DATA} ${DISTDIR}/teixlite.dtd ${INSTDIR} + @${SED} -e 's!%%INSTDIR%%!${INSTDIR}!' ${FILESDIR}/catalog \ + > ${INSTDIR}/catalog + +post-install: + @${MKCATALOG} -q -c ${CATALOG} install ${PORTNAME}/xlite + +.include -- cgit v1.2.3