Lines 5-16
Link Here
|
5 |
# $FreeBSD: ports/textproc/xml2rfc/Makefile,v 1.6 2004/07/09 22:29:23 fenner Exp $ |
5 |
# $FreeBSD: ports/textproc/xml2rfc/Makefile,v 1.6 2004/07/09 22:29:23 fenner Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= xml2rfc |
7 |
PORTNAME= xml2rfc |
8 |
PORTVERSION= 1.24 |
8 |
PORTVERSION= 1.25 |
9 |
CATEGORIES= textproc tcl83 |
9 |
CATEGORIES= textproc tcl83 |
10 |
MASTER_SITES= http://xml.resource.org/authoring/ |
10 |
MASTER_SITES= http://xml.resource.org/authoring/ |
11 |
EXTRACT_SUFX= .tgz |
11 |
EXTRACT_SUFX= .tgz |
12 |
|
12 |
|
13 |
MAINTAINER= jabley@automagic.org |
13 |
MAINTAINER= lennox@cs.columbia.edu |
14 |
COMMENT= A tool to create RFCs and related documents from XML, as per RFC2629 |
14 |
COMMENT= A tool to create RFCs and related documents from XML, as per RFC2629 |
15 |
|
15 |
|
16 |
RUN_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 |
16 |
RUN_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 |
Lines 27-40
Link Here
|
27 |
${LN} ${PREFIX}/bin/xml2rfc ${PREFIX}/bin/xml2txt |
27 |
${LN} ${PREFIX}/bin/xml2rfc ${PREFIX}/bin/xml2txt |
28 |
${LN} ${PREFIX}/bin/xml2rfc ${PREFIX}/bin/xml2html |
28 |
${LN} ${PREFIX}/bin/xml2rfc ${PREFIX}/bin/xml2html |
29 |
${LN} ${PREFIX}/bin/xml2rfc ${PREFIX}/bin/xml2nroff |
29 |
${LN} ${PREFIX}/bin/xml2rfc ${PREFIX}/bin/xml2nroff |
30 |
${MKDIR} ${PREFIX}/share/doc/xml2rfc |
30 |
.if !defined (NOPORTDOCS) |
31 |
for doc in README.html README.txt README.xml \ |
31 |
${MKDIR} ${DOCSDIR} ${DOCSDIR}/contrib |
|
|
32 |
.for doc in README.html README.txt README.xml \ |
32 |
draft-mrose-writing-rfcs.html draft-mrose-writing-rfcs.txt \ |
33 |
draft-mrose-writing-rfcs.html draft-mrose-writing-rfcs.txt \ |
33 |
rfc2629.dtd rfc2629.html rfc2629.rnc rfc2629.txt rfc2629.xml \ |
34 |
rfc2629.dtd rfc2629.html rfc2629.rnc rfc2629.txt rfc2629.xml \ |
34 |
rfc2629.xsd; \ |
35 |
rfc2629.xsd |
35 |
do ${INSTALL_DATA} ${WRKSRC}/$${doc} ${PREFIX}/share/doc/xml2rfc; \ |
36 |
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} |
36 |
done |
37 |
.endfor |
37 |
${INSTALL_DATA} ${WRKSRC}/.xml2rfc.rc ${PREFIX}/share/doc/xml2rfc/dot.xml2rfc.rc |
38 |
.for doc in concat.pl fast-sync.sh new-draft.xml template.xml xml2rfcpp.pl |
|
|
39 |
${INSTALL_DATA} ${WRKSRC}/contrib/${doc} ${DOCSDIR}/contrib |
40 |
.endfor |
41 |
${INSTALL_DATA} ${WRKSRC}/.xml2rfc.rc ${DOCSDIR}/dot.xml2rfc.rc |
42 |
.endif |
38 |
|
43 |
|
39 |
post-install: |
44 |
post-install: |
40 |
@${ECHO} |
45 |
@${ECHO} |