freebsd-ports/textproc/tei-xsl-fo/Makefile
Kris Kennaway 3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00

32 lines
752 B
Makefile

# New ports collection makefile for: tei-xsl-fo
# 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-fo
DISTNAME= teixsl-fo
DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}_${PORTREVISION}
MAINTAINER= ports@henrik-motakef.de
COMMENT= XSLT Stylesheets to convert TEI to XSL Formatting Objects
BROKEN= "Checksum mismatch"
EXPIRATION_DATE=2004-08-20
DEPRECATED= ${BROKEN}
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
INSTDIR= ${PREFIX}/share/xsl/tei/fo
do-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
@${INSTALL_DATA} ${WRKSRC}/*.xsl ${INSTDIR}
.include <bsd.port.mk>