From 4cfd446861e75c9face438c4f558a6580297edee Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 3 Jan 2003 23:20:01 +0000 Subject: New Port: TEI P4 DTD DTD of the Text Encoding Initiative PR: ports/38332 Submitted by: Henrik Motakef --- textproc/tei-p4/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 textproc/tei-p4/Makefile (limited to 'textproc/tei-p4/Makefile') diff --git a/textproc/tei-p4/Makefile b/textproc/tei-p4/Makefile new file mode 100644 index 000000000000..1cd844510cd6 --- /dev/null +++ b/textproc/tei-p4/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: tei-p4 +# Date created: 29 April 2002 +# Whom: Henrik Motakef +# +# $FreeBSD$ +# + +PORTNAME= tei +PORTVERSION= p4 +CATEGORIES= textproc +MASTER_SITES= http://www.tei-c.org/P4X/DTD/ +DISTNAME= dtd + +MAINTAINE= henrik.motakef@web.de + +RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog + +USE_ZIP= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes +PLIST_SUB= DTD_NAME=${PORTNAME} DTD_VERSION=${PORTVERSION} \ + MKCATALOG=${MKCATALOG} + +DTD= dtd.zip +SGMLDIR= ${PREFIX}/share/sgml +INSTDIR= ${SGMLDIR}/${PORTNAME}/${PORTVERSION} +MKCATALOG= ${PREFIX}/sbin/mkcatalog + +pre-install: + @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} + +do-install: + ${INSTALL_DATA} ${WRKSRC}/*.dtd ${INSTDIR} + ${INSTALL_DATA} ${WRKSRC}/*.ent ${INSTDIR} + ${INSTALL_DATA} ${WRKSRC}/*.dec ${INSTDIR} + ${INSTALL_DATA} ${WRKSRC}/teicatalog.xml ${INSTDIR} + ${SED} -e "s!&DTDpath;!${INSTDIR}/!" ${WRKSRC}/catalog.tei > ${INSTDIR}/catalog + +post-install: + @${MKCATALOG} -q install ${PORTNAME}/${PORTVERSION} + +.include -- cgit v1.2.3