freebsd-ports/textproc/maketeidtd/Makefile
Baptiste Daroussin cb9a3d6540 Deprecate unmaintained ports from textproc where upstream disapear and/or
 where no distfiles can be found and are not used by maintained ports
2011-03-12 22:35:12 +00:00

47 lines
1.4 KiB
Makefile

# 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= ports@FreeBSD.org
COMMENT= Generate customized TEI-DTDs
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
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>