1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/textproc/tei-xsl-html/Makefile
Foxfair Hu 378d1ca9aa PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Unbreak this port and upgrade to the latest version, and its internal version
is v2.0. Change between release 1.4 to version 2.0 is listed below:

        * version 2.0
        move more templates to teicommon
        much better teilatex.xsl
        add GPL license

        * version 1.5
        updated handling of xrefs to tables and figures
        parameterize some of CSS class names, for use in portal
        parameterize "revised"
2003-08-29 08:07:34 +00:00

30 lines
656 B
Makefile

# New ports collection makefile for: tei-xsl
# Date created: 19 May 2002
# Whom: Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$
#
PORTNAME= tei
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://www.tei-c.org/Stylesheets/
PKGNAMESUFFIX= -xsl-html
DISTNAME= teixsl-html
DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= henrik.motakef@web.de
COMMENT= XSLT Stylesheets to convert TEI to HTML
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>