aboutsummaryrefslogtreecommitdiff
path: root/textproc/tei-p3/Makefile
blob: 24906c37c8d6c45d67ed4603d000f202a7dbc0f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:	tei-p3
# Date created:				19 May 2002
# Whom:					Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$
#

PORTNAME=	tei
PORTVERSION=	p3
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	http://www.tei-c.org/Vault/GL/
DISTNAME=	teip3dtd

MAINTAINER=	ports@henrik-motakef.de
COMMENT=	DTD of the Text Encoding Initiative

RUN_DEPENDS=	${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr

NO_BUILD=	yes
NO_WRKSUBDIR=	yes
PLIST_SUB=	XMLCATMGR=${XMLCATMGR} \
		DTDDIR=${DTDDIR} \
		CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}

SGMLDIR=	${PREFIX}/share/sgml
INSTDIR=	${SGMLDIR}/${PORTNAME}/${PORTVERSION}
DTDDIR=		${PORTNAME}/${PORTVERSION}
XMLCATMGR=	${LOCALBASE}/bin/xmlcatmgr
CATALOG_PORTS_SGML=	${PREFIX}/share/sgml/catalog.ports

do-install:
	@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
	@${INSTALL_MAN} ${WRKSRC}/*.dtd ${INSTDIR}
	@${INSTALL_MAN} ${WRKSRC}/*.ent ${INSTDIR}
	@${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}

post-install:
	${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${DTDDIR}/catalog 

.include <bsd.port.mk>