aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/maketeidtd/Makefile
blob: 1dc825265d95ac233bdc7c9ede481732bcaacad4 (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
42
43
44
# New ports collection makefile for:    maketeidtd
# Date created:             18 May 2002
# Whom:                 Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$
#

PORTNAME=   maketeidtd
PORTVERSION=    20020414 # Cannot find a "real" version number
CATEGORIES= textproc
MASTER_SITES=   http://www.tei-c.org/Software/maketeidtd/
DISTNAME=   ${PORTNAME}

MAINTAINER= henrik.motakef@web.de
COMMENT=    Generate customized TEI-DTDs

RUN_DEPENDS=    carthage:${PORTSDIR}/textproc/carthage \
        ${LOCALBASE}/share/sgml/tei/p4/tei2.dtd:${PORTSDIR}/textproc/tei-p4

USE_PERL5=  yes
USE_ZIP=    yes
NO_BUILD=   yes

post-patch:
    @${MV} ${WRKSRC}/maketeidtd ${WRKSRC}/maketeidtd.tmp
    @${SED} -e 's;#!/usr/bin/perl;#!${PERL};' \
         -e 's;../../P4X/DTD;${PREFIX}/share/sgml/tei/p4;' \
        ${WRKSRC}/maketeidtd.tmp > ${WRKSRC}/maketeidtd
    @${RM} ${WRKSRC}/maketeidtd.tmp

do-install:
    @${INSTALL_SCRIPT} ${WRKSRC}/maketeidtd ${PREFIX}/bin

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/doc/maketeidtd
    @${MKDIR} ${PREFIX}/share/examples/maketeidtd
    @${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/maketeidtd
    @${INSTALL_MAN} ${WRKSRC}/index.xml ${PREFIX}/share/doc/maketeidtd
    @${INSTALL_MAN} ${WRKSRC}/index.xsl ${PREFIX}/share/doc/maketeidtd
    @${INSTALL_MAN} ${WRKSRC}/examples/* ${PREFIX}/share/examples/maketeidtd
.endif

.include <bsd.port.mk>