freebsd-ports/textproc/tei-guidelines-p3/Makefile

76 lines
1.7 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: tei-p3-guidelines
# Date created: 29 April 2002
# Whom: Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$
#
PORTNAME= tei
PORTVERSION= p3
CATEGORIES= textproc
MASTER_SITES= http://www.tei-c.org/Vault/GL/
PKGNAMESUFFIX= -guidelines
.if !defined(WITHOUT_HTML)
DISTFILES+= teip3html.tar.gz
.endif
.if !defined(WITHOUT_PDF)
DISTFILES+= p4beta.pdf
.endif
.if !defined(WITHOUT_P3X)
DISTFILES+= teip3p3x.tar.gz
.endif
# Separate DISTFILES and EXTRACT_ONLY to make portlint happy
.if !defined(WITHOUT_HTML)
EXTRACT_ONLY+= teip3html.tar.gz
.endif
.if !defined(WITHOUT_PDF)
EXTRACT_ONLY+= # Empty, needed for PDF-only install
.endif
.if !defined(WITHOUT_P3X)
EXTRACT_ONLY+= teip3p3x.tar.gz
.endif
Clean up time for email addresses MIA! If you know new email addresses for the people involved, please send-pr it! <mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550 <mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT TO command) <woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not found <esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our customer (in reply to RCPT TO command) <crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in reply to RCPT TO command) <cyrilm@tower.pp.ru>: host mail.tower.pp.ru[213.85.109.133] said: 550 unknown user (in reply to RCPT TO command) <ports@henrik-motakef.de>: Host or domain name not found. Name service error for name=henrik-motakef.de type=A: Host not found <jj@nttmcl.com>: host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1 <jj@nttmcl.com>... Mailbox disabled for this recipient (in reply to RCPT TO command) <koji@jet.es>: host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted / No such user (in reply to RCPT TO command) <proot@iaces.com>: host horton.iaces.com[204.147.87.98] said: 550 5.1.1 <proot@iaces.com>... User unknown (in reply to RCPT TO command) <roland.jesse@gmx.net>: host mx0.gmx.net[213.165.64.100] said: 550 5.1.1 {mx034} <roland.jesse@gmx.net>... User is unknown (in reply to RCPT TO command) <vess@slavof.net>: host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access denied (in reply to MAIL FROM command) <tuxsuximus@hotmail.com>: host mx3.hotmail.com[65.54.253.99] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command) <zenin@archive.rhps.org>: host mail.rhps.org[66.250.128.137] said: 550 5.7.1 <zenin@archive.rhps.org>... Relaying denied (in reply to RCPT TO command)
2004-10-25 15:39:57 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= TEI's Guidelines for Electronic Text Encoding and Interchange
LATEST_LINK= tei-guidelines-p3
NO_BUILD= yes
NO_WRKSUBDIR= yes
INSTDIR= ${PREFIX}/share/doc/tei/p3
.if !defined(WITHOUT_HTML)
PLIST_SUB+= HTML=
.else
PLIST_SUB+= HTML="@comment "
.endif
.if !defined(WITHOUT_PDF)
PLIST_SUB+= PDF=
.else
PLIST_SUB+= PDF="@comment "
.endif
.if !defined(WITHOUT_P3X)
PLIST_SUB+= P3X=
.else
PLIST_SUB+= P3X="@comment "
.endif
do-install:
@${MKDIR} ${INSTDIR}
.if !defined(WITHOUT_HTML)
@${MKDIR} ${INSTDIR}/html
@${MKDIR} ${INSTDIR}/html/Figures
@${MKDIR} ${INSTDIR}/html/ref
@${INSTALL_MAN} ${WRKSRC}/*.htm ${INSTDIR}/html
@${INSTALL_MAN} ${WRKSRC}/Figures/* ${INSTDIR}/html/Figures
@${INSTALL_MAN} ${WRKSRC}/ref/* ${INSTDIR}/html/ref
.endif
.if !defined(WITHOUT_PDF)
@${MKDIR} ${INSTDIR}/pdf
@${INSTALL_MAN} ${DISTDIR}/p4beta.pdf ${INSTDIR}/pdf
.endif
.if !defined(WITHOUT_P3X)
@${MKDIR} ${INSTDIR}/p3x
@${INSTALL_MAN} ${WRKSRC}/P3X/* ${INSTDIR}/p3x
.endif
.include <bsd.port.mk>