Lines 5-24
Link Here
|
5 |
# $FreeBSD: ports/textproc/xml2rfc/Makefile,v 1.11 2005/08/29 15:22:07 vs Exp $ |
5 |
# $FreeBSD: ports/textproc/xml2rfc/Makefile,v 1.11 2005/08/29 15:22:07 vs Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= xml2rfc |
7 |
PORTNAME= xml2rfc |
8 |
PORTVERSION= 1.30 |
8 |
PORTVERSION= 1.31 |
9 |
CATEGORIES= textproc tcl83 |
9 |
CATEGORIES= textproc |
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= lennox@cs.columbia.edu |
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 |
USE_TCL=yes |
17 |
|
17 |
|
18 |
.if !defined(WITHOUT_X11) |
18 |
.if !defined(WITHOUT_X11) |
19 |
RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83 |
19 |
USE_TK=yes |
20 |
CATEGORIES+= tk83 |
|
|
21 |
.endif |
20 |
.endif |
|
|
21 |
|
22 |
PATCH_TCL_SCRIPTS=xml2rfc.tcl |
22 |
|
23 |
|
23 |
NO_BUILD= yes |
24 |
NO_BUILD= yes |
24 |
|
25 |
|