aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/tei-xsl-html/Makefile
blob: 5d6f0fbb9fdbd92e14436271bf2a5df6ab21667a (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
# New ports collection makefile for:    tei-xsl
# Date created:             19 May 2002
# Whom:                 Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$
#

PORTNAME=   tei
PORTVERSION=    2.1
CATEGORIES= textproc
MASTER_SITES=   http://www.tei-c.org/Stylesheets/
PKGNAMESUFFIX=  -xsl-html
DISTNAME=   teixsl-html
DIST_SUBDIR=    ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    XSLT Stylesheets to convert TEI to HTML

BROKEN=     "Checksum mismatch"
EXPIRATION_DATE=2004-08-20
DEPRECATED= ${BROKEN}

USE_ZIP=    yes
NO_WRKSUBDIR=   yes
NO_BUILD=   yes
INSTDIR=    ${PREFIX}/share/xsl/tei/html

do-install:
    @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
    @${INSTALL_DATA} ${WRKSRC}/*.xsl ${INSTDIR}

.include <bsd.port.mk>